https://github.com/nemanjapetrovic/cryptography-course-elfak
Cryptography course @ Faculty of Electronic Engineering, University of Niš, Serbia
https://github.com/nemanjapetrovic/cryptography-course-elfak
cipher cryptography knapsack multithreading rc4 simple-substitution tea threading xtea
Last synced: 4 months ago
JSON representation
Cryptography course @ Faculty of Electronic Engineering, University of Niš, Serbia
- Host: GitHub
- URL: https://github.com/nemanjapetrovic/cryptography-course-elfak
- Owner: nemanjapetrovic
- License: mit
- Created: 2016-10-22T17:36:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T21:16:24.000Z (almost 8 years ago)
- Last Synced: 2025-12-25T21:18:25.428Z (7 months ago)
- Topics: cipher, cryptography, knapsack, multithreading, rc4, simple-substitution, tea, threading, xtea
- Language: C#
- Homepage:
- Size: 2.97 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cryptography course
### @ Faculty of Electronic Engineering, University of Niš, Serbia
This is an application made for Cryptography course at my college. It is a C#/Windows Forms application which is able to encrypt and decrypt multiple files on multiple CPU cores at the same time.
The largest file I tried to encrypt was 1 GB and ran maximum 100 threads for encrypting 100 files.
# List of encryption algorithms
- [Simple substitution cipher](https://github.com/nemanjapetrovic/cryptography-course-elfak/blob/master/CryptographyProject/CryptographyProject/EncryptionAlgorithms/SimpleSubstituionCipher.cs)
- [Knapsack](https://github.com/nemanjapetrovic/cryptography-course-elfak/blob/master/CryptographyProject/CryptographyProject/EncryptionAlgorithms/Knapsack.cs)
- [RC4](https://github.com/nemanjapetrovic/cryptography-course-elfak/blob/master/CryptographyProject/CryptographyProject/EncryptionAlgorithms/RC4.cs)
- [TEA](https://github.com/nemanjapetrovic/cryptography-course-elfak/blob/master/CryptographyProject/CryptographyProject/EncryptionAlgorithms/TEA.cs)
- [XTEA](https://github.com/nemanjapetrovic/cryptography-course-elfak/blob/master/CryptographyProject/CryptographyProject/EncryptionAlgorithms/XTEA.cs)
# Screenshots


