Documentation ¶
Index ¶
- func AesCtrDecryptWithPbkdf2(encryptedReader io.Reader, password []byte, pbkdf2Iter int, keyLen int, ...) (io.Reader, error)
- func AesCtrEncryptWithPbkdf2(w io.Writer, password []byte, pbkdf2Iter int, keyLen int, h func() hash.Hash) (io.WriteCloser, error)
- func Duplex(baseWriter io.WriteCloser, baseReader io.ReadCloser, passphrase []byte, ...) (*opensslAesCtrDuplex, error)
- type KeyAndIV
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AesCtrDecryptWithPbkdf2 ¶
func AesCtrEncryptWithPbkdf2 ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.