aes

command module
v0.0.0-...-38fa590 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

README

aes

Simple way to encrypt and decrypt a big file

Test

go build aes.go

For encrypt:

./aes test.mp4 123 e

For decrypt:

./aes test.mp4_ 123 d

paes

Simple way to encrypt and decrypt a big file in pipe style

Test

go build paes.go

For encrypt:

cat test.mp4 | ./paes 123 e > test.mp4.crp

For decrypt:

cat test.mp4.crp | ./paes 123 d > test.mp4

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