Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 291 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 291 Bytes

textcryptcs

Text encryption tool written in C#.

Compile with Visual Studio 2015 or newer.

Precompiled installer is provided in the Installer directory.

Uses 2048 bit RSA for keys and 256 bit AES for block cipher.

Provides for convienient key management and allows encryption of files.