Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elmarx/caesar-dotnet
A simple .NET project I use to play around/learn .NET
https://github.com/elmarx/caesar-dotnet
Last synced: 5 days ago
JSON representation
A simple .NET project I use to play around/learn .NET
- Host: GitHub
- URL: https://github.com/elmarx/caesar-dotnet
- Owner: elmarx
- License: gpl-3.0
- Created: 2014-04-21T10:48:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-21T21:13:47.000Z (over 10 years ago)
- Last Synced: 2023-03-11T19:22:58.088Z (over 1 year ago)
- Language: C#
- Size: 637 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
caesar-dotnet
=============A simple .NET project I use to play around/learn .NET and verify some homework.
It implements an affine-linear generalization of the well known [Caesar Cipher](https://en.wikipedia.org/wiki/Caesar_cipher).