An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Cipher - Desktop Application

Encode text using common cipher algorithms

## Preview
![Encryptor](https://i.imgur.com/up9oEav.png)

## 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)