# 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.
# 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 ...