Simple GPG based file encryption utility.
Project description
# GPG Vault
Simple GPG based file encryption utility.
Allows viewing and editing of encrypted files with passphrase caching.
## Installing
Using PIP:
```
% pip install gpg-vault
```
## Viewing files
```
% vcat file.txt.gpg
Passphrase: ************
Hello
[Use CMD-K to clear sensitve information from the screen]
%
% vcat file.txt.gpg
Hello
[Use CMD-K to clear sensitve information from the screen]
%
```
## Editing files
```
% vedit file.txt
Passphrase: ************
[wiping file file.txt.gpg]
[encrypting file /tmp/v/37795/37795 to file.txt.gpg]
[wiping directory/tmp/v/37795]
%
% vcat file.txt.gpg
Hello
[Use CMD-K to clear sensitve information from the screen]
%
```
## Encrypting files
```
% vencrypt file.txt
Passphrase: ************
Confirm Passphrase: ************
[encrypting file file.txt to file.txt.gpg]
[wiping file file.txt]
```
## Clearing cached passphrases
```
% vclear
```
Simple GPG based file encryption utility.
Allows viewing and editing of encrypted files with passphrase caching.
## Installing
Using PIP:
```
% pip install gpg-vault
```
## Viewing files
```
% vcat file.txt.gpg
Passphrase: ************
Hello
[Use CMD-K to clear sensitve information from the screen]
%
% vcat file.txt.gpg
Hello
[Use CMD-K to clear sensitve information from the screen]
%
```
## Editing files
```
% vedit file.txt
Passphrase: ************
[wiping file file.txt.gpg]
[encrypting file /tmp/v/37795/37795 to file.txt.gpg]
[wiping directory/tmp/v/37795]
%
% vcat file.txt.gpg
Hello
[Use CMD-K to clear sensitve information from the screen]
%
```
## Encrypting files
```
% vencrypt file.txt
Passphrase: ************
Confirm Passphrase: ************
[encrypting file file.txt to file.txt.gpg]
[wiping file file.txt]
```
## Clearing cached passphrases
```
% vclear
```
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
gpg-vault-1.1.tar.gz
(8.7 kB
view details)
File details
Details for the file gpg-vault-1.1.tar.gz
.
File metadata
- Download URL: gpg-vault-1.1.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ea1df98c9c6bb0928b6f93add0135bb9c10c9b65505a09b6682d02b2d29499a |
|
MD5 | ea92f4f37fcf42dfd53607b1ddf2ba10 |
|
BLAKE2b-256 | 10c1589fc889365431a8ab6a61fcc18f109722ca4110c6f2033b341fa8884ca2 |