Documentation
¶
Overview ¶
* BSD 3-Clause License * Copyright © 2022. TIBCO Software Inc. * This file is subject to the license terms contained * in the license file that is distributed with this file.
Index ¶
- func Decrypt(data []byte, passphrase string) ([]byte, error)
- func DecryptFile(filename string, passphrase string) []byte
- func DecryptString(data string, passphrase string) (string, error)
- func Encrypt(data []byte, passphrase string) []byte
- func EncryptFile(filename string, data []byte, passphrase string)
- func EncryptString(data string, passphrase string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecryptFile ¶
func EncryptFile ¶
func EncryptString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.