Skip to main content

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
```

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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page