//
pkg.gl
Category
github.com/hfmrow/gen_lib
crypto
package
0.1.0
Repository:
https://github.com/hfmrow/gen_lib.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
18
Dependents
4
Files
227 SLOC
#
Functions
HashMe
HashMe: This function handle a 'file' or '[]byte' as arguments.
Md5File
Md5File: Get MD5 checksum from file, 'devMode' means break on error.
Md5String
Md5String: Get MD5 checksum from string.
#
Structs
AES256CipherStruct
AES256CipherStruct: Structure that contain information for encrypting/ decrypting file or data.
Base64
Base64: Structure that handle 'Encode' & 'Decode' method to/from 'Base64'.