Documentation
¶
Index ¶
- Variables
- func DecryptAES(cipherText string, encKey string, iv string) (decryptedString string)
- func EncryptAES(plaintext string, key []byte, iv []byte, blockSize int) []byte
- func EncryptFile(password string, inputFile string, outputFile string)
- func PKCS5Padding(ciphertext []byte, blockSize int, after int) []byte
Constants ¶
This section is empty.
Variables ¶
View Source
var HEADER_LIST = [...]string{"Captin Davey Smack", "Bulit", "Nicky G", "JP"}
View Source
var WORD_LIST = [...]string{} /* 500 elements not displayed */
Functions ¶
func DecryptAES ¶
func EncryptFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.