Skip to content

LenvCrypt 2.0.0

Latest

Choose a tag to compare

@TadavomnisT TadavomnisT released this 02 Apr 09:13
25d34b8

LenvCrypt 2.0.0

  • Adding Import/Export support
    Now importing and exporting sandboxes are possible.

  • Add support of micro-switches
    • For create: create, -c, --create
    • For open: open, -o, --open
    • For close: close, -x, --close
    • For list: list, -l, --list
    • For delete: delete, -d, --delete
    • For export: export, -e, --export
    • For import: import, -i, --import
    • For version: version, -v, --version
    • For help: help, -h, --help

  • Add explanations about .img files

  • Replace the term "Sandbox" with "Safebox"

Although the word "sandbox" is arbitrary, it was a poor choice because in computing a "sandbox" is an isolated environment where code or programs run safely without affecting the rest of the system. There is no such environment in this project; in our case, we prefer to refer to our storage image as a "safebox". A safebox is a secure, encrypted container on a computer or server designed to store sensitive data (such as passwords, confidential documents, or credit card details) safely. Only users or processes with the proper credentials can access or modify its contents.

With this in mind, I decided to change the term "sandbox" to "safebox". This is a major change and requires a version update.