Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sukima/cipherencoder
A home project to encode text via outdated ciphers
https://github.com/sukima/cipherencoder
Last synced: 17 days ago
JSON representation
A home project to encode text via outdated ciphers
- Host: GitHub
- URL: https://github.com/sukima/cipherencoder
- Owner: sukima
- License: other
- Created: 2011-08-25T23:41:37.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-08-28T17:54:44.000Z (about 13 years ago)
- Last Synced: 2024-10-21T20:48:29.702Z (30 days ago)
- Language: Java
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
# CipherEncoder
`CipherEncoder` is a GWT based web app that will encode (and decode) text using
some outdated but classic ciphers.This was an educational Proof-of-concept. I wanted to see if I could write
cipher algorithms and I wanted to learn GWT.## Ciphers Supported
Ciphers can be added in the future. For now these are what is currently
included:* Double Box Playfair
* Rot13
* Double Transposition## Requirements
[GWT SDK][GWT] Version 2.3.0 or higher.
[GWT]: http://code.google.com/webtoolkit/download.html
## Source
The source is available at [GitHub](http://github.com/sukima/CipherEncoder).
You can run / compile using the supplied `CipherEncoder-build` script:
Usage: CipherEncoder-build [-h|-d|-s|-g ] [other options]
-h This cruft
-d Debug mode
-s Shell mode
-g dir Directory that GWT jar files are in## License
This code is licensed under the Educational Community License version 1.0
See `COPYING.txt` for more information.