Documentation
¶
Overview ¶
Package aesutil
@author: xwc1125
Index ¶
- func AesDecryptCBC(encrypted []byte, key []byte) (decrypted []byte)
- func AesDecryptCBCFromBase64(encrypted string, key string) (decrypted string)
- func AesDecryptCFB(encrypted []byte, key []byte) (decrypted []byte)
- func AesDecryptCFBFromBase64(encrypted string, key string) (decrypted string)
- func AesDecryptECB(encrypted []byte, key []byte) (decrypted []byte)
- func AesDecryptECBFromBase64(encrypted string, key string) (decrypted string)
- func AesEncryptCBC(origData []byte, key []byte) (encrypted []byte)
- func AesEncryptCBCToBase64(origData string, key string) (encrypted string)
- func AesEncryptCFB(origData []byte, key []byte) (encrypted []byte)
- func AesEncryptCFBToBase64(origData string, key string) (encrypted string)
- func AesEncryptECB(origData []byte, key []byte) (encrypted []byte)
- func AesEncryptECBToBase64(origData string, key string) (encrypted string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AesDecryptCBC ¶
func AesDecryptCBCFromBase64 ¶
func AesDecryptCFB ¶
func AesDecryptCFBFromBase64 ¶
func AesDecryptECB ¶
func AesDecryptECBFromBase64 ¶
func AesEncryptCBC ¶
func AesEncryptCBCToBase64 ¶
func AesEncryptCFB ¶
func AesEncryptCFBToBase64 ¶
=================== CFB ======================
func AesEncryptECB ¶
func AesEncryptECBToBase64 ¶
=================== ECB ======================
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.