Case StudyDelphiRAD StudioShowcase

How To Win When You Have 34 Milliseconds To Beat Snoops And Spies

Today’s Enterprise Article competition entry is from Georgi T. Gerasimov from Gatelink Ltd in Bulgaria. Georgi sent us a remarkably detailed paper where he describes the challenges of being asked for Windows app development that would securely protect digital data when one of the constraints was that it had to do the encryption work in under 34 milliseconds. You know it’s going to be a…
Read more
C++Delphi

Cross-Platform Enterprise-Grade Cryptography Library For Windows And Mobile

In the olden times, Cryptography was utilized for transforming plain messages or just plaintext into an indecipherable format. And these incomprehensible words were sent to each other and if the receiver knows the algorithm to convert that ciphered text to a readable format. Or there was a special decryption key that could decrypt the messages. The process of transforming the messages from a…
Read more
CodeDelphi

Secure Your Delphi Applications Using Flexible CryptoLib4Pascal Library

Cryptography is a method of protecting information and communications through some mechanism, so that only those for whom the information is intended can read and process it. Its become mandatory need to secure your communication between sender and receiver in this information age. Delphi/C++ Builder inbuilt comes with key hashing mechanisms to secure your communications. How about having more…
Read more