https://github.com/blakley/cipher
Cipher Desktop Application - Encode and decode messages using common cipher algorithms
https://github.com/blakley/cipher
csharp cybersecurity decryption-algorithm encryption-algorithms wpf-application
Last synced: about 1 month ago
JSON representation
Cipher Desktop Application - Encode and decode messages using common cipher algorithms
- Host: GitHub
- URL: https://github.com/blakley/cipher
- Owner: Blakley
- Created: 2020-10-24T10:51:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-14T01:29:37.000Z (over 3 years ago)
- Last Synced: 2025-02-01T04:27:32.520Z (3 months ago)
- Topics: csharp, cybersecurity, decryption-algorithm, encryption-algorithms, wpf-application
- Language: C#
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cipher - Desktop Application
Encode text using common cipher algorithms
## Preview
## Features
* Encode text using various cryptography ciphers
### TODO
* Smart decode text. This will try to auto decode text that has been encoded
## Current Ciphers
* Atbash, Baconian, ROT13
* Polybius, Base64, Latin## Dependencies
* IIS 7.5+
* Microsoft .NET Framework 4.7
* [visual studio 2019](https://visualstudio.microsoft.com/downloads/)
* .NET desktop development (install from visual studio installer)