From 563cea898f9d010b096c0d39c711531e60943bfc Mon Sep 17 00:00:00 2001 From: agusmakmun Date: Sat, 21 May 2016 14:45:10 +0700 Subject: [PATCH] Edit post Python Simple Ciphertext --- _posts/2016-05-21-python-simple-ciphertext.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2016-05-21-python-simple-ciphertext.md b/_posts/2016-05-21-python-simple-ciphertext.md index fe5a47c..4d42fd1 100644 --- a/_posts/2016-05-21-python-simple-ciphertext.md +++ b/_posts/2016-05-21-python-simple-ciphertext.md @@ -5,7 +5,7 @@ date: 2016-05-21 14:32:04 +0700 categories: [python, security] --- -Simply how to make a ciphertext only with 1 line. in this sample, the plaintext is result encoded from hexa. +Simply how to make a ciphertext only with 1 line. in this sample, the plaintext is result encoded from hexa. and then, just changing all integer `3` to `6` and also otherwise from `6` to `3`. ```python >>> #hex_encode = 'summonagus'.encode('hex')