Versions in this module Expand all Collapse all v0 v0.1.4 Jun 23, 2023 v0.1.3 Jan 4, 2023 Changes in this version + func VerifySecCode(seccode1, seccode2 string) bool + func VerifySecCodeIgnoreCase(seccode1, seccode2 string) bool + type SimpleSecCode struct + FontFilePath string + FontSize float64 + SecCodeLength int + func NewSimpleSecCode() *SimpleSecCode + func (s *SimpleSecCode) CreateImgFile(path string) error + func (s *SimpleSecCode) Generate() *SimpleSecCode + func (s *SimpleSecCode) GetImgBase64() (string, error) + func (s *SimpleSecCode) GetSecCode() string + func (s *SimpleSecCode) GetSecCodeKey() string