Documentation
¶
Index ¶
- func DecryptData(input io.Reader, key []byte) (io.Reader, error)
- func EncryptData(input io.Reader, key []byte) (io.Reader, error)
- func GenerateEncryptionKey() (string, error)
- func ScrambleString(originalString string, key []byte) (string, error)
- func UnscrambleString(scrambledString string, key []byte) (string, error)
- func ValidateEncryptionKey(key []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateEncryptionKey ¶
func ScrambleString ¶ added in v0.7.0
func UnscrambleString ¶ added in v0.7.0
func ValidateEncryptionKey ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.