📄️ MD5
Using the MD5 algorithm in the GoFrame framework by importing the gmd5 library for data encryption. MD5 is a commonly used hash function to ensure data integrity and security. In GoFrame, data can be conveniently encrypted using MD5, achieving simple and efficient data security protection.
📄️ AES
Use AES algorithm for data encryption and decryption in the GoFrame framework. By importing the go package and calling related functional functions, users can achieve secure data transmission and storage. Pay special attention to accurately decoding and encoding if the data is encoded in other forms such as base64 during the encryption and decryption process to ensure data integrity and security.
📄️ DES
The usage of the DES algorithm in the GoFrame framework, demonstrating how to perform encryption operations through the gdes package. Links to the official API documentation to allow developers to obtain more technical details. The package supports two padding methods and provides special instructions for the use of keys in the Triple DES algorithm to ensure data security.
📄️ SHA1
The use of the SHA1 algorithm in the GoFrame framework, providing specific import package methods and related interface documentation links to help users effectively apply the SHA1 algorithm when using Go language for encryption and data security.
📄️ CRC32
Use the CRC32 algorithm in the GoFrame framework for data verification and encryption, including instructions on importing the library and links to relevant interface documentation, helping developers effectively use the gcrc32 module for data integrity verification.
📄️ RSA Algorithm-grsa
Using RSA algorithm for encryption and decryption in GoFrame framework. The grsa component provides complete RSA encryption support, including key pair generation, public key encryption, private key decryption, multiple padding modes (PKCS1, OAEP), and key formats (PEM, DER, Base64), suitable for secure data transmission and digital signature scenarios.
📄️ SHA256 Algorithm-gsha256
Using SHA256 algorithm for hash calculation in GoFrame framework. The gsha256 component provides complete SHA256 hash functionality, supporting hash calculation for strings, byte arrays, and files, as well as HMAC-SHA256 signature verification, suitable for data integrity verification, password storage, digital signatures and other scenarios.