security

package
v0.0.0-...-3de209f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 27, 2023 License: MIT Imports: 16 Imported by: 0

Documentation

Overview

package security provides functions to encode and decode data

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AESDecrypt

func AESDecrypt(cipherText string, key string) (string, error)

func AESEncrypt

func AESEncrypt(plainText string, key string) (string, error)

func GenerateRSAPrivateKey

func GenerateRSAPrivateKey(privateKeyPath string, bits int) error

GenerateRSAPrivateKey 生成RSA私钥文件

func GenerateRSAPublicKey

func GenerateRSAPublicKey(privateKeyPath, publicKeyPath string) error

GenerateRSAPublicKey 从私钥生成公钥文件

func MD5

func MD5(str string) string

func MD5_SALT

func MD5_SALT(str string, salt string) string

func PKCS5Padding

func PKCS5Padding(ciphertext []byte, blockSize int) []byte

func PKCS5UnPadding

func PKCS5UnPadding(plaintext []byte) []byte

func ParseRSAPublicKey

func ParseRSAPublicKey(pubKey []byte) (*rsa.PublicKey, error)

func RSADecrypt

func RSADecrypt(privateKeyPath string, encryptedData []byte) ([]byte, error)

RSADecrypt RSA解密

func RSAEncrypt

func RSAEncrypt(publicKeyPath string, ciphertext []byte) ([]byte, error)

RSAEncrypt RSA加密

func RSAStringDecrypt

func RSAStringDecrypt(privateKeyStr string, encryptedDataStr string) (string, error)

RSAStringDecrypt RSA解密

func RSAStringEncrypt

func RSAStringEncrypt(publicKeyStr string, message string) (string, error)

RSAStringEncrypt RSA加密

func RandStr

func RandStr(n int) string

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL