https://github.com/nomad-software/crypt
A command line utility for encrypting and decrypting files
https://github.com/nomad-software/crypt
encryption
Last synced: about 1 month ago
JSON representation
A command line utility for encrypting and decrypting files
- Host: GitHub
- URL: https://github.com/nomad-software/crypt
- Owner: nomad-software
- License: mit
- Created: 2021-02-02T12:57:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-17T20:01:08.000Z (almost 4 years ago)
- Last Synced: 2025-03-02T16:35:01.901Z (over 1 year ago)
- Topics: encryption
- Language: Go
- Homepage:
- Size: 16.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crypt
**A command line utility for encrypting and decrypting files**
---
## Example
### Encoding
```
crypt -encode < file > encrypted-file
```
### Decoding
```
crypt -decode < encrypted-file > file
```
## Help
Run the following command for help.
```
crypt -help
```