Skip to content

Releases: TadavomnisT/LenvCrypt

LenvCrypt 2.0.0

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.

1.0.1

Choose a tag to compare

@TadavomnisT TadavomnisT released this 01 Apr 16:22
211114f
  • Added Import/Export support of sandboxes.
  • Fixed minor typos.

1.0.0

Choose a tag to compare

@TadavomnisT TadavomnisT released this 31 Mar 22:23
22632fb

LenvCrypt

LenvCrypt: Linux Environment Encrypted, is a secure, password-protected sandbox storage designed to create an encrypted environment on GNU/Linux systems. LenvCrypt works based on LUKS, and aims to provide users with a safe space to run programs and store sensitive data a part of the host system without the risk of exposure.

Version

  • 1.0.0