Gabriel Tofvesson 22df2e7fcb Ran tests (everything worked)
Renamed a variable
Implemented a custom AES function as "Rijndael128"
  - Built in key derivation at the moment (PBKDF2-HMAC-SHA1)
  - Added built-in string encryption/decryption
  - All encryption functions compute the results using the underlying mathematical models instead of using tables, simply to demonstrate the inner workings of AES
Simplified some methods for readability and convenience
Removed unnecessary use of BigInteger
Replaced manually (and terribly) calculated Galois field arithmetic with Galois2 methods to make the code simpler and more understandable
2018-02-21 22:40:17 +01:00
2018-02-21 22:40:17 +01:00
2018-02-20 08:21:36 +01:00
2018-02-20 08:21:36 +01:00
2018-02-20 08:05:11 +01:00
2018-02-20 08:05:11 +01:00
2018-02-20 08:21:36 +01:00

ServerProject

A school project that incorporates RSA and AES into a server-client system

Description
A school project that incorporates RSA and AES into a server-client system
Readme 97 KiB
Languages
C# 100%