package
1.0.0
Repository: https://github.com/gbenroscience/webredis.git
Documentation: pkg.go.dev

# Functions

CurrentTimeStamp The time now.
DecodeBytes Decodes json bytes into a pointer to a generic Golang struct.
DecodeItem Decodes a json string into a pointer to a generic Golang struct.
DefaultKryptik creates a new Kryptik pointer with CBC mode enabled.
No description provided by the author
No description provided by the author
NewKryptik creates a new Kryptik pointer.
NewRnd ...
Stringify Gets the json format of a struct and returns it without indentation.
StringifyObject Gets the json format of a struct and returns it with indentation.

# Constants

Letters of the alphabet in upper and lower case.
Letters of the alphabet in upper and lower case.
No description provided by the author
No description provided by the author

# Structs

Kryptik When encrypting using this api, make sure your encryption and decryption modes always match! So if you encrypted using ModeCFB, alo use ModeCFB when decrypting.
RandomLife ...