encryptfilessymmetric

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decrypt

func Decrypt(r io.Reader, w io.Writer, keytext string) error

Decrypt : decrypt reader and copy to writer with password.

func DecryptFile added in v1.1.0

func DecryptFile(inFileName, outFileName, keytext string) error

DecryptFile in/out file with password.

func Encrypt

func Encrypt(r io.Reader, w io.Writer, keytext string) error

Encrypt : encrypt reader and copy to writer with password.

func EncryptFile added in v1.1.0

func EncryptFile(inFileName, outFileName, keytext string) error

EncryptFile in/out file with password.

func NewStream added in v1.1.0

func NewStream(keytext string) (cipher.Stream, error)

NewStream : return new stream or error.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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