Affected by GO-2024-2759
and 4 other vulnerabilities
GO-2024-2759: IBAX go-ibax vulnerable to SQL injection in github.com/IBAX-io/go-ibax
GO-2024-2770: IBAX go-ibax vulnerable to SQL injection in github.com/IBAX-io/go-ibax
GO-2024-2775: IBAX go-ibax vulnerable to SQL injection in github.com/IBAX-io/go-ibax
GO-2024-2777: IBAX go-ibax vulnerable to SQL injection in github.com/IBAX-io/go-ibax
GO-2024-2783: IBAX go-ibax vulnerable to SQL injection in github.com/IBAX-io/go-ibax
package
Version:
v1.4.0
Opens a new window with list of versions in this module.
Published: May 30, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
func AesDecrypt(crypted, key []byte) ([]byte, error)
-
func AesEncrypt(origData, key []byte) ([]byte, error)
-
func Decrypt(msg []byte, key []byte, iv []byte) ([]byte, error)
-
func Encrypt(msg []byte, key []byte, iv []byte) ([]byte, error)
-
func PKCS5Padding(ciphertext []byte, blockSize int) []byte
-
func PKCS5UnPadding(origData []byte) []byte
func PKCS5Padding(ciphertext []byte, blockSize int) []byte
func PKCS5UnPadding(origData []byte) []byte
Source Files
¶
Click to show internal directories.
Click to hide internal directories.