Categorygithub.com/qf-tech/qftech-base
module
1.0.1
Repository: https://github.com/qf-tech/qftech-base.git
Documentation: pkg.go.dev

# README

qftech-base

some base lib for go

features

log:

the logger that use context inject traceID
rotate the log file
log format support json and commone text line

crypt(encrypt & decrypt)

use AES256-CBC and PBKDF2 to encrypt or decrypt data. For example, encrypt and decrypt sensitive configuration items

sign(generate signature and verify)

use RSA to generate signature of the file hash(sha256), also you can verify the signature

Notice: you can find their usages in example directory

# Packages

No description provided by the author