aescrypt

package
v0.0.0-...-17dcf83 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2020 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AesKey

type AesKey struct {
	Key []byte
}

type AesKey []byte

func CreateRandomKey

func CreateRandomKey() (key *AesKey)

CreateKey create random AES key

func GetKey

func GetKey(file string) (key *AesKey)

func (*AesKey) DecryptFile

func (key *AesKey) DecryptFile(inputfile string, decryptedFile string) (err error)

func (*AesKey) EncryptFile

func (key *AesKey) EncryptFile(inputfile string, outputfile string)

EncryptFile

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL