Can cryptoAPI be used outside of databases?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
karmacomposer
Posts: 11
Joined: Mon 02 Aug 2021 21:57

Can cryptoAPI be used outside of databases?

Post by karmacomposer » Mon 16 Aug 2021 23:39

I see that the DACs like UniDAC have crpytoAPI for encrypt/decrypt functions. Can this be used on general data (strings, images, files, etc) or is it specifically for use inside of databases?

If it is not capable to encrypt/decrypt data outside of a database, is the cryptoAPI available as a product we can purchase to encrypt/decrypt data, files, images, etc.

We already bought SecureBridge and are looking at UniDAC for database development.

Thank you.

Mike

YanishevskiyVI
Devart Team
Posts: 70
Joined: Wed 02 Jun 2021 09:30

Re: Can cryptoAPI be used outside of databases?

Post by YanishevskiyVI » Thu 19 Aug 2021 12:52

Hi Mike!

Please be informed that UniDAC does not provide encryption/decryption outside of the database.

For encryption/decryption purposes outside of the database you may use SecureBridge product:
https://www.devart.com/sbridge/

The free trial version is here: https://www.devart.com/sbridge/download.html

For now, SecureBridge can provide encryption/decryption in CMS format:
https://www.devart.com/sbridge/docs/ind ... cessor.htm

In a very soon perspective SecureBridge will have the interface for files and streams encryption/decryption. So, it can entirely solve your encryption/decryption needs.

Should you have any other questions, feel free to ask!


Regards,
Vitaliy
Devart Team

Post Reply