Commit graph

20 commits

Author SHA1 Message Date
2c3bd2fa7a norm formatting done 2019-04-10 17:20:22 +03:00
9ac3cd2ec9 add help output, des-pcbc 2019-04-10 15:39:45 +03:00
a73c34859b working ecb and cbc 2019-04-10 01:09:38 +03:00
28c7f78365 des cbc and ecb done, decryption with -a flag doesn't work 2019-04-09 22:02:00 +03:00
19b52a1deb des-ecb done 2019-04-08 22:30:34 +03:00
a5b4066b3f all flags works for encrypting in ecb mode 2019-04-07 20:28:56 +03:00
93ad85fc40 partial pdbkdf2 intergration 2019-04-06 14:40:50 +03:00
9b1450d2f4 add -e flag 2019-03-23 20:15:14 +02:00
b6460d9b6b des decryption and encryption in bas64 2019-03-23 11:33:28 +02:00
67af77126e decode and encode done 2019-03-22 01:16:48 +02:00
819257f21f encode arbitraty message with key as argument 2019-03-17 18:21:22 +02:00
f600a2d0c6 some core des rework, basic des context 2019-03-15 00:00:15 +02:00
13ade8cde6 add des ecb definition 2019-03-14 12:45:15 +02:00
6a3af7423e decrypt block 2019-03-13 19:40:38 +02:00
c77c663976 generate round keys beforehand 2019-03-13 18:28:15 +02:00
648f54db4a ecode entire 64 bit block 2019-03-13 00:43:47 +02:00
cbf339b04d derive round key 2019-03-12 00:06:46 +02:00
301de3be7b complete feistel function 2019-03-11 00:22:54 +02:00
ffeb3f4ccf add final permutation and expansion box 2019-03-10 18:39:26 +02:00
941fde0be7 des initial permutation done 2019-03-06 23:41:59 +02:00