Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 286 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 286 Bytes

Crypto

Experiments with encrypting and decrypting files iteratively with a similar process adopted by ransomware malware. The process is entirely reversible as it uses a simple XOR but it can be improved to support RSA encryption using one of the several libraries available on here.