From 390ac1fa81c78836ee6c599a35599716ede68395f5228b4b21006db40fcb275d Mon Sep 17 00:00:00 2001 From: trii Date: Fri, 5 Jun 2026 23:02:54 +0000 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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