Fernetcrypt

Latest version: v1.0.3

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

Scan your dependencies

1.0.3

This is a documentation-only release, adding the full usage to the README.

1.0.2

- Add "edit" command to edit an encrypted file in place.
- Made "output file" optional, if not specified it uses the input file, adding the ".fernet" suffix if encrypting or removing whatever "." suffix if decrypting.
- Converted argument parsing to "typer" .

1.0.1

This is the same code as 1.0.0 but with 3.12 tagged in the matrix.

1.0.0

A simple fernet encryption CLI to allow encrypting/decrypting files given a password. This implements both a "raw" format consisting only of the salt and the encrypted data, blocked in 40,960 byte chunks, and a "uPlaybook" format which uses an ASCII encoded version of the salt and adds a file format identifier magic number.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.