Skip to content

peterjkingston/QuickEncrypt

Repository files navigation

QuickEncryptQuickEncrypt Icon

Description

A console application to encrypt and decrypt your plain text files! The content of encrypted files can be viewed in the conosle without writing over the file to decrypt.

Installation

No current installers are available. Clone and build tested with VS2019, .NET Framework 4.8.

Usage Syntax

~\QuickEncrypt.exe filePath [-e || -d || -r]
Switch Element NameSyntactic DescriptorDescription
FilePathfilePathThe fully qualified path to the target file to encrypt or decrypt.
FileMode-eEncrypt. The target file is encrypted and overwritten. Default FileMode.
-dDecrypt. The target file is decrypted and overwritten.
-rRead-Only. The target file is read, decrypted and then printed to the console.

Future Features

- [ ] Basic security practices/features. Currently very bare. - [ ] Securely store keys in a remote store (like Microsoft OneDrive) - [ ] Wrap this function in a text editor.

Disclaimer

There are currently no releases of this software and it is not advised to be used for any security purpose at this time. I am not liable for any usage of this software in it's current state.

About

Because you have too many passwords to remember, and writing them down all down in a notepad is well... yeah. OR! Secure other plain text! 🔑

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages