Xontrib-history-encrypt

Latest version: v0.0.9

Safety actively analyzes 627711 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.0.9

Typo fixed.

0.0.8

Added `dummy` encryptor.

The best encryption of the data when there is no the data. The dummy encryptor stores command only in the memory during the session without saving it on the disk. After the end of the session the commands will be lost.

python
Add to xonsh RC file
$XONSH_HISTORY_ENCRYPTOR = 'dummy'
xontrib load history_encrypt

0.0.7

* Added setting `600` (`-rw------`) permission to the history file.
* Added debug mode: `$XONSH_HISTORY_ENCRYPT_DEBUG = True`

0.0.6

Added setting the strict permissions for the history file (`chmod 0600`).

0.0.4

* Added Fernet encryptor
* New README

0.0.3

Added the implementation of Fernet (AES CBC + HMAC) to the README.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.