Versions in this module Expand all Collapse all v0 v0.0.5 Sep 28, 2025 v0.0.1 Aug 6, 2025 Changes in this version + type SimpleEncrypt struct + Key string + func (s *SimpleEncrypt) Decode(data []byte) + func (s *SimpleEncrypt) Decode4Hex(str string) string + func (s *SimpleEncrypt) Decode4HexByCheck(str string) string + func (s *SimpleEncrypt) DecodeByCheck(data []byte) + func (s *SimpleEncrypt) DecodeString(str string) string + func (s *SimpleEncrypt) DecodeStringByCheck(str string) string + func (s *SimpleEncrypt) Encode(data []byte) + func (s *SimpleEncrypt) Encode2Hex(str string) string + func (s *SimpleEncrypt) Encode2HexByCheck(str string) string + func (s *SimpleEncrypt) EncodeByCheck(data []byte) + func (s *SimpleEncrypt) EncodeString(str string) string + func (s *SimpleEncrypt) EncodeStringByCheck(str string) string