Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rattfieldnz/strategydesignencryptiontool
This is a very small implementation of the Strategy Design pattern, coded in C#. This little program can encrypt text using ROT13 - a simple Caesar Shift algorithm that changes a letter to the one 13 places ahead of it (with wrap-around).
https://github.com/rattfieldnz/strategydesignencryptiontool
Last synced: about 1 month ago
JSON representation
This is a very small implementation of the Strategy Design pattern, coded in C#. This little program can encrypt text using ROT13 - a simple Caesar Shift algorithm that changes a letter to the one 13 places ahead of it (with wrap-around).
- Host: GitHub
- URL: https://github.com/rattfieldnz/strategydesignencryptiontool
- Owner: rattfieldnz
- Created: 2014-03-17T01:16:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-17T01:17:52.000Z (almost 11 years ago)
- Last Synced: 2024-11-11T17:48:01.232Z (3 months ago)
- Language: C#
- Size: 207 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
StrategyDesignEncryptionTool
============================This is a very small implementation of the Strategy Design pattern, coded in C#. This little program can encrypt text using ROT13 - a simple Caesar Shift algorithm that changes a letter to the one 13 places ahead of it (with wrap-around).