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
- Host: GitHub
- URL: https://github.com/benwoo1110/cryptographyapp
- Owner: benwoo1110
- Created: 2021-10-05T14:22:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-05T14:24:29.000Z (over 4 years ago)
- Last Synced: 2025-01-01T04:21:33.839Z (over 1 year ago)
- Topics: cryptography, csharp
- Language: C#
- Homepage:
- Size: 138 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cryptography App

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.

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