Commit Graph

22 Commits

Author SHA1 Message Date
yanglbme
bdb9acfbff fix bugs in AES.java(#765) 2019-05-22 09:22:52 +08:00
Marcos
ed99f58d9b
Now it's OK! 2019-05-02 11:43:01 +02:00
Marcos
f8605b957a
Efficiency
Just two small things that in case the number was very big could be helpful.
2019-04-11 12:20:53 +02:00
Christian Bender
b082ecc8a9
Merge pull request #419 from khalil2535/master
update chiphers
2018-04-15 16:21:11 +02:00
Fractum
e53ec53034
Update Vigenere.java
- Remove continue;
- Change condition with Character.isLetter() and Character.isUpperCase();
2018-04-15 10:45:31 +02:00
khalil2535
cdff8a2e2e Update ColumnarTranspositionCipher.java 2018-04-14 23:15:31 +03:00
khalil2535
520ee69e34 Update chiphers 2018-04-14 06:39:16 +03:00
straiffix
e48a9ad4f2
Add files via upload 2018-04-14 01:39:08 +02:00
khalil2535
ca8f6dbb38 Update Caesar.java 2018-04-11 22:07:37 +03:00
khalil2535
9060d2da29 Update Caesar.java 2018-04-11 22:01:20 +03:00
khalil2535
8b243667d7 Update Caesar.java 2018-04-09 21:59:13 +03:00
Mahmoud khalil
e8ba595716
Update AESEncryption.java 2018-04-05 08:33:26 +03:00
Mahmoud khalil
ed0bddf503
Upate AES.java 2018-04-05 08:17:44 +03:00
Christian Bender
6b659d7e22
Merge pull request #292 from Piyush13y/patch-1
AES Encryption/Decryption
2018-03-31 16:37:13 +02:00
Phil-Schmidt
7108ef9045 Added I/O
Added basic command line I/O functionality
2017-11-27 03:03:58 +01:00
Phil-Schmidt
96d78e641e Fixed Key Expansion + Removed Tests
Key Expansion should now be able to return the correct keys.
Removed JUnit tests for the final release
2017-11-27 02:43:19 +01:00
Piyush Yadav
61b653d553
Renamed file with .java extension 2017-11-22 23:35:55 +05:30
Phil-Schmidt
2094205608 Tests and bugfix
Added Unittests for AES and AES subroutines.
Transposed the matrix representation of the block into the correct
position.
2017-11-20 06:15:27 +01:00
Piyush Yadav
18b36a94a1
AES Encryption/Decryption 2017-10-29 20:37:08 +05:30
Nguyen Duy Tiep
851432fe87 RSA encryption 2017-10-24 20:39:11 +08:00
DESKTOP-0VAEMFL\joaom
2128c7a15d Columnar Transposition Cipher with example usage 2017-10-05 22:37:13 +01:00
Fahri YARDIMCI
b64b92b378 Creating ciphers and adding Caesar Cipher 2017-09-29 12:33:32 +03:00