SAP AG's system SEEED |
SAP AG developed a system called SEEED, which implements CryptDB's design on top of their HANA database system. SEEED uses most of the building blocks of CryptDB as well as the adjustable encryption (onion) strategy. Here are some references: Project SEEED, white paper. |
Google's Encrypted BigQuery |
Google has developed an experimental extension of the BigQuery client, known as Encrypted BigQuery, which was informed and motivated by the CryptDB paper.
It offers client-side encryption for a subset of query types, using encryption building blocks similar to the RND, HOM, and DET used in CryptDB.
Their code is available here.
|
![]() Lincoln Laboratory |
Lincoln Labs added the CryptDB design on top of their D4M Accumulo no-SQL engine (using the RND, DET, OPE and HOM building blocks). |
Microsoft's Always Encrypted SQL Server |
Microsoft's Always Encrypted SQL Server enables administrators to encrypt columns with RND and DET. Before this service, the database in the SQL Server was in plaintext during processing. Some applications can support a lot of fields with RND and a set of other fields with DET, thus giving a significant security increase as compared to no encryption for these fields. The service is now distributed as part of the SQL Server. The authors of Microsoft's Cipherbase system led this effort; Cipherbase is a successor of CryptDB which enhances CryptDB with trusted hardware support for queries not supported on encryption.
|
Skyhigh Networks |
Skyhigh networks seems to be using most of the encryption building blocks in CryptDB. Skyhigh discusses these schemes here. |
| sql.mit.edu |
sql.mit.edu is a SQL server at MIT hosting many MIT-ran applications. Volunteering users of Wordpress switched to running Wordpress through CryptDB, using our source code.
|
| Startups based on CryptDB |
Privic, a startup in Silicon Valley, and Cryptonor, a startup in Europe, are both based on CryptDB's design. CryptonorDB targets no-SQL databases. |
An MIT Magic Trick: Computing On Encrypted Databases Without Ever Decrypting Them. Andy Greenberg, Forbes Magazine, December 2011.
You want to crunch top-secret data securely? CryptDB may be the app for that. Barb Darrow, GigaOM, April 2013.
MIT Software Allows Queries On Encrypted Databases.
Slashdot, December 2011.
CryptDB: Encrypted MySQL. Hackernews, December 2011.
Encryption's holy grail is getting closer, one way or another. ZDNet, July 2015.