Files
cryptography/README.md
2026-06-05 23:02:54 +00:00

13 lines
834 B
Markdown

# 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
### 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
>> global library/binary to load all crypto functions from
### [ETA: 4+ months]