What is cryptography component in kodular

can someone explain what is cryptography and how to use it in kodular apps.

It is security feature to hide/modify data so that no one can read it without having a particular key.

How to use it?

Explore the features!

Encryption and Decryption or methods to secure iformation that will be stored or sent in transit.
https:// or SSL are a form of in transit encryption that browsers use.

The Cryptography blocks provides many different methods you can use to encrypt or decrypt assets.

Base64 converts binary objects, like images and sounds, and converts them into a text.

Then Enigma parser is fun as it converts text based on the principals of the Enigma machine.

3 Likes