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

https://github.com/benwoo1110/cryptographyapp

Advanced converter for modern cryptography algorithms
https://github.com/benwoo1110/cryptographyapp

cryptography csharp

Last synced: 3 months ago
JSON representation

Advanced converter for modern cryptography algorithms

Awesome Lists containing this project

README

          

# Cryptography App
![Main Screen Interface](app-screenshots/main-screen.png)

As students of Cyber Security course, we researched on cryptographic algorithms and its applications

## Ciphers Available
* International Data Encryption Algorithm (IDEA)
* Blowfish
* Twofish
* RC5

## Features

### GUI for interacting with the ciphers
Encrypt and Decrypt using different algorithm with an effective user interface.

![Main Screen Interface](app-screenshots/cipher-screen.png)

### Number system conversion tool
Convert in any combination between HEX, ASCII, Decimal and Binary numbers.

![Main Screen Interface](app-screenshots/convert-screen.png)