| Version | 1.0 |
|---|---|
| Publisher | Christian Gunderman |
| Release date | Oct 23, 2012 |
| Date added | Oct 23, 2012 |
| Os requirements | Windows 2003, Windows 2000, Windows Vista, Windows, Windows Server 2008, Windows 7, Windows XP |
| Requirements | Java |
| Total downloads | 22 |
| Price | Free |
Description
Gundercrypt is a CLI text ciphering program and library written in java. It makes use of pseudo random numbers and a password (provided by the user) to generate encrypted text. By selectively shifting each subsequent letter by a pseudo-random index, encoding it as a letter stored in a hidden position within the String, and then re shifting the encrypted String again by numeric values deduced from a password to provide a dual layer of security. Easily can be imported into any java project or run via shell commands.