En-Query / EncryptedQuery

GNU Affero General Public License v3.0
9 stars 2 forks source link

EncryptedQuery

N|Solid v2.2.3

Overview

Encrypted Query is designed to allow a user to query a remote database without revealing the contents of the query or the results from the database server. This is accomplished using techniques from Private Information Retrieval (PIR) with Paillier encryption. Encrypted Query has two distinct sides - the Querier and the Responder. The Querier prepares encrypted queries which are then submitted to the Responder. The Responder accepts encrypted queries and executes them on selected data sources without revealing the criteria contained in the query, or the data that is returned. All records of the selected data source are scanned during query execution.

Full service Integration and Support are available from EnQuery (https://enquery.net/)

New Features!

2.2.4

2.2.2

2.2.1

2.2.0

2.1.4

2.1.3

2.1.2

2.1.1

2.1

2.0

Additional Documentation

Plugin README
Release Notes Release-Nodes.md
Building Building-README.md
Deployment Deployment-README.md
Examples Examples-README.md

Export Control

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See The Wassenaar Arrangement for more information. The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code. The following provides more details on the included cryptographic software: Encrypted Query implements cryptographic software and is designed for use with the Java Cryptography Architecture (JCA). See Oracle Product ECCN Matrices

License

EncryptedQuery is an open source project allowing user to query databases with queries under homomorphic encryption to securing the query and results set from database owner inspection. Copyright (C) 2018 EnQuery LLC

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.