encrypt

package
v0.0.0-...-df13ac1 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DecryptByAes

func DecryptByAes(encryptedHex string, keyWord string) (string, error)

DecryptByAes aes密码解密

func DecryptByRsa

func DecryptByRsa(encryptedTxt string, privateKeyPEM string) (string, error)

DecryptByRsa Rsa密码解密

func EncryptByAes

func EncryptByAes(word string, keyWord string) (string, error)

EncryptByAes aes密码加密

func EncryptByRsa

func EncryptByRsa(txt string, pubKey string) (string, error)

EncryptByRsa Rsa密码加签

Types

This section is empty.

Jump to

Keyboard shortcuts

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