Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 371 Bytes

Readme.md

File metadata and controls

16 lines (11 loc) · 371 Bytes

Zicore.Base

I developed this library to abstract the most common tasks while focusing on ease of use.

JsonSerializable

Provides Serialization/Deserializion for Json.

JsonSerializableEncrypted

Provides secure AES encryption/decryption for the above.

HashBase

Provides basic hash functions.

RijndaelBase

Provides encryption/decryption logic.