Documentation ¶
Index ¶
- func Base64DecodeStringToByte(input string) (b []byte, err error)
- func Base64EncodeByteToString(input []byte) string
- func Base64EncodeStringToString(input string) string
- func DecodeStringToByteV2(input string) (b []byte, err error)
- func EncodeByteToStringV2(input []byte) string
- func MustBase64DecodeStringToString(input string) string
- func MustBase64EncodeStringToString(input string) string
- func MustStdBase64DecodeString(s string) (out []byte)
- func MustStdBase64DecodeStringToByte(s string) (out []byte)
- func StdBase64Decode(s []byte) (out []byte, err error)
- func StdBase64DecodeByteToByte(s []byte) (out []byte, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Base64EncodeStringToString ¶
应用范围比较广的base64转义方案
1.输出的字符串里面可能包含下列特殊字符 -_= 这三种 2.输出的字符串区分大小写, 3.不要放在文件名的地方,mac os 和windows的文件名不区分大小写. 请使用kmgBase32
func DecodeStringToByteV2 ¶
func EncodeByteToStringV2 ¶
urlbase64 并且去掉了=符号
1.输出的字符串里面可能包含下列特殊字符 -_ 这三种 2.输出的字符串区分大小写, 3.不要放在文件名的地方,mac os 和windows的文件名不区分大小写. 请使用kmgBase32
func MustBase64EncodeStringToString ¶
@deprecated use Base64EncodeStringToString instead
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.