diff --git a/README.md b/README.md index 6e0e91c..cf8372a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ # cryptography -Cryptographic library by trii for all kinds of purposed, shamir is based off of a minimalist python implementation that is quite modern tho and threefish512 off of a russian barebones implementation, was audited & reviewed by AI agents after I customized padding & MAC BFU +## Cryptographic library by trii for all kinds of purposed, *shamir* is based off of a minimalist python implementation that is quite modern tho and *threefish512* off of a russian barebones implementation, was **audited** & reviewed by AI agents after I customized padding & MAC BFU + +### The philosophy of this is not to be mathematically secure or resistant against cryptanalysis, but mostly achieving obscurity/delayed exposure/breaches through severe exotic toolkit usage instead. Mainly featuring a learning purpose. Do not recommend to use in actual infrastructure besides C2's, ransomware, stealers ect. <> -> -future plans: serpent256/serpent192, krystals kyber, curve41417, xchacha20-poly1305, AES KWP, AES GCM implementation +> future plans: +>> serpent256/serpent192, krystals kyber, curve41417, xchacha20-poly1305, AES KWP, AES GCM implementation +>> global library/binary to load all crypto functions from + ### [ETA: 4+ months] \ No newline at end of file