Commit Graph

29 Commits

Author SHA1 Message Date
github-actions
5d59a2e828 Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
shellhub
3b19b12f03 fixed build error 2020-10-24 16:33:40 +08:00
Maria Lungeanu
a5f42e293b Fixed Error:(6, 8) java: class algorithm is public, should be declared in a file named algorithm.java. Inside file PrimeFactorization, the name of public class was wrong. 2020-05-25 00:21:28 +03:00
Hakan Arslan
0bf21d6e2e bytesToHex function is changed beecause of required library is depracated on OpenJdk 11 2020-02-29 15:39:13 +03:00
nikhil kala
e21d0efd6a
Update SimpleSubstitutionCipher.java 2020-01-29 01:46:27 +05:30
Hassan
d5ddc351d8 Simple Substitution Cipher Algorithm added. 2020-01-28 19:35:16 +02:00
Hassan
a1f59c38b1 Closing scanners. 2020-01-28 18:34:52 +02:00
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