Xor-el / CryptoLib4Pascal

Crypto for Modern Object Pascal
MIT License
209 stars 63 forks source link

Simple examples of usage. #24

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hi Xor-el! I really want to use cryptolib4pascal, but i have no idea how to use it. The unit test a very complicated. Although i think i can figure it by just delving into the unit tests, i think it would be better if you wrote some simpler examples. At the moment it would be just easier to use DCPCrypt but i would not have the flexibility of Cryptolib4pascal.

Xor-el commented 3 years ago

There is a usage sample code here. However, since this library is quite versatile, I think the unit tests is the best place to search for examples for what you want to achieve. If you don't find any sample in the unit tests and you are sure the library supports this, please reach out with such issue and I will be happy to drop a demo for you.