enc

command module
v0.0.0-...-1b3179e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2025 License: MIT Imports: 5 Imported by: 0

README

Basic tool to encrypt and decrypt given text on command line. The encrypted result shown as hex string.

# build tool
go build

# encrypt some entry
./enc -cipher aes -entry test -secret bla -action encrypt
dd15043547b9d422d5859e853a33f71921b9257b2ca181183c6aa99411390a38

# decrypt entry
./enc -cipher aes -entry dd15043547b9d422d5859e853a33f71921b9257b2ca181183c6aa99411390a38 -secret bla -action decrypt
test

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳