https://github.com/zabojeb/secvault
Simple CLI utility for encrypting large amounts of data. Written in Go.
https://github.com/zabojeb/secvault
Last synced: 5 months ago
JSON representation
Simple CLI utility for encrypting large amounts of data. Written in Go.
- Host: GitHub
- URL: https://github.com/zabojeb/secvault
- Owner: zabojeb
- License: mit
- Created: 2024-05-10T04:46:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T04:52:15.000Z (about 2 years ago)
- Last Synced: 2024-06-19T15:10:19.270Z (almost 2 years ago)
- Language: Go
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# secvault
The `secvault` console utility is written in Go and is designed to encrypt and decrypt files using the AES-256 algorithm. The utility provides two commands: `encrypt` to encrypt files and `decrypt` to decrypt them. The user can specify directories for input and output and, in the case of the `decrypt` command, pass the encryption key. `secvault` generates a random key for encryption and stores it in case files are encrypted. The utility also encrypts file names along with their contents to provide additional protection.
> [!WARNING]
> Project is on WIP stage!
>
> There is no *full* README.md or releases at this point.
> But you can take a look at the code!