File encryption and decryption module extracted from Skyhook
Project description
skyhookfilecrypt
File encryption and decryption module extracted from Skyhook: https://github.com/deedeecx330/skyhook
Usage
The module has two functions, encryptFile and decryptFile. The function arguments in both cases are:
- File that is to be encrypted/decrypted
- Output file where encrypted/decrypted contents will be saved to
- A passphrase to encrypt/decrypt the file with
For example
skyhookfilecrypt.encryptFile(file.in, file.out, password)
will encrypt file.in with the given password and write the encrypted contents of file.in to file.out. Same principle works for decrypting files.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
skyhookfilecrypt-1.1.tar.gz
(2.6 kB
view details)
File details
Details for the file skyhookfilecrypt-1.1.tar.gz
.
File metadata
- Download URL: skyhookfilecrypt-1.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c72864bf69aea875232b082e9e6f53aa5b5bd63ad0005ae95fafed99e4c58dd8 |
|
MD5 | 02a2f5ea7d853708fd0b8527e5076fbe |
|
BLAKE2b-256 | 4e02bdb81fc2dca2248eca6a09a8ece1f8c28aa2c907534ebf7dbf4226a83d50 |