HcryptoJ (Historical cryptology in Java) is a Java based programming library for implementing and analyzing historical ciphers. HcryptoJ is designed to support research and teaching in historical cryptography and computer science. Licensed under GPL.
Features
- Extensible object-oriented design modeled after the Java Cryptography Extension (JCE).
- General enough to implement any symmetrical key cipher that maps plaintext to ciphertext.
- Supports encryption, decryption, and analysis of strings and ASCII files.
- Default Provider classes are supplied which contain implementations of Caesar, Simple Substitution (passphrase), Vigenere, Playfair, Affine, RailFence, and Transposition ciphers.
- All Cipher objects are defined with a Key class which can accomodate a wide range of key types.
- Supports a wide range of alphabets including: az, AZ, azAZ, azAZ09, printable ASCII and the full ASCII character set.
License
GNU General Public License version 3.0 (GPLv3)Follow HcryptoJ
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
The most invaluable part, the CryptoGram Analyzer, is just skeleton code (function/interface definitions) with no actual working code behind them.