Windows-CPP / LockBox

Encryption algorithims for seperate programs that I may or may not use in the future... Mainly for my own use, but if you can use it, pop off ig- (P.S., more into under /doc/))
GNU General Public License v3.0
0 stars 0 forks source link
encryption security

LockBox - Open-Source and Simple Encyrption

Design

What It Does

LockBox is a symmetric-encryption algorithm designed to be run as a standalone program- E.g., in cases of local file encryption. However, under the license of LockBox, all users are allowed to customize it to their needs.

How It Works

LockBox works by using a custom, crytographically-secure random number generator to generate a symmetric key, based on values such as time since Unix epoch, the bit values of random RAM addresses, and more.

This varies HEAVILY from former versions of LockBox, which used a unique method of random image generation as a way or storing and sharing keys- Which was both stupid and smart in equal rites.

To-Do List