Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 209 Bytes

File metadata and controls

6 lines (6 loc) · 209 Bytes

CipherCraft

A CLI-based text encryption tool using modern, industry-standard cryptography.

Requirements

  • Python 3.9+
  • argon2-cffi [pip install argon2-cffi]
  • cryptography [pip install cryptography]