Commit Graph

  • 48673e37da Added lots of comments (with just a pinch of personality added to them) Added more helper methods (they just never stop, do they?) Moved some stuff around because I want my chaos to be sorted Actually made the server and clients interactive in the way they're supposed to be Added CBC to NetClient to prevent ciphertexts from leaking info to malicious third parties Removed the old (built in) AES implementation in favour of my own Added a static salt to the AES implementation to heavily discrourage rainbowtables master Gabriel Tofvesson 2018-02-24 01:48:13 +01:00
  • 84baedc319 Added cipher block chaining algorithms to prevent information leaking from ciphertexts - CBC's accept any block-cipher implementation Fixed AES implementation Made Rijndael128 extend a generic block-cipher class Gabriel Tofvesson 2018-02-23 16:43:00 +01:00
  • a42b6a3770 Fixed reference issues caused by renaming Gabriel Tofvesson 2018-02-21 22:48:08 +01:00
  • fc4acb4721 Renamed some things... Gabriel Tofvesson 2018-02-21 22:44:30 +01:00
  • 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 Gabriel Tofvesson 2018-02-21 22:40:17 +01:00
  • e6926b9fff Implemented SHA1 properly Implemented HMAC (untested) Implemented PBKDF2 (untested) Added various support methods for convenience Gabriel Tofvesson 2018-02-21 03:04:22 +01:00
  • 0ef7beaffb Implemented Galois field arithmetic with characteristic 2 as a class - Retrofitted static methods to an object implementation Gabriel Tofvesson 2018-02-20 23:00:39 +01:00
  • 64bc367eb8 Added all four Galois Field arithmetic functions. Started converting it all to an object-based implementation Gabriel Tofvesson 2018-02-20 17:07:12 +01:00
  • c382ec3697 asdfasdf Gabriel Tofvesson 2018-02-20 08:21:36 +01:00
  • 8880b374ac All files and stuff Gabriel Tofvesson 2018-02-20 08:17:26 +01:00
  • 996334583d
    Initial commit Wizzard Dev 2018-02-20 08:05:11 +01:00