Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buoyad/solitaire
Implements the Solitaire Encryption Algorithm
https://github.com/buoyad/solitaire
Last synced: 18 days ago
JSON representation
Implements the Solitaire Encryption Algorithm
- Host: GitHub
- URL: https://github.com/buoyad/solitaire
- Owner: buoyad
- Created: 2015-04-15T21:57:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-20T16:14:32.000Z (almost 10 years ago)
- Last Synced: 2024-11-10T16:16:27.224Z (3 months ago)
- Language: Java
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solitaire
Implements the Solitaire Encryption Algorithm
This was a student assignment in Rutgers' CS 112 course in Spring 2015. This program encrypts a string using the solitaire
encryption algorithm, described at
http://en.wikipedia.org/wiki/Solitaire_%28cipher%29
The program outline and driver were written by course instructors, while encryption methods in /src/solitaire.java were
written by Daniel Ayoub. These methods include jokerA, jokerB, tripleCut, countCut, getKey, encrypt and decrypt.