资 源 简 介
SQLcrypt was originally developed for SQL specific database systems, but later took on the role of a universal encryption mechanism. SQLCrypt allows protection of the confidentiality and integrity of a message, by public key encryption, encrypting the message using the public key, which can only be decrypted using the private key. This is perfect when dealing with classified user information on data systems(I.E: Django web servers and websites).
Concept of usage:
@ SQL Databases:
Encrypt confidential data within the database system. Specify a private key that only you would know and save the encrypted string in the database table.
@ The benefits of the above:
Ensures that only genuine peers have access to the original content of the encrypted data.
Ensures that even if an intruder gains access to the database system and in turn extracts each encrypted string, the intruder would still not be