acra
acra copied to clipboard
Database security suite. Database proxy with field-level encryption, search through encrypted data, SQL injections prevention, intrusion detection, honeypots. Supports client-side and proxy-side ("tra...
Signed-off-by: Abirdcfly ## Checklist - [ ] Change is covered by automated tests - [ ] The [coding guidelines] are followed - [ ] Public API has proper documentation in...
One of the key concepts with AcraMasterKeyLoaders(AMK) mentioned by @Lagovas is to have enough flexibility with AcraEE. Possible scenarios could be when we want to extend some functionality related to...
Hi, I am looking for a tutorial that's gonna make me test your searchable encryption part of software but the one in the examples is empty and "coming soon". I...
Current tokenization simply replaces data when we write or read. The idea of this PR is to make it possible to replace the data even in the search requests, thus...
Here is removed acra-addzone tool, all zonemode related things from code, tests, benchmarks, docker files. Some of interfaces updated to support extra data `additional context` to be able to use...
**Describe the bug** I have setup an acra-server on ec2 install on t3-micro instance. DB is on t4g medium instance (using aurora mysql). I have an existing PHP application which...
**Describe the bug** In one of my table, there is an encrypted field `e_phone`. Table has 3 Million of rows. Without using an index, it is taking approx 5sec to...
**Describe the bug** I want to know if acra can be run in multiple servers/pods behind a load balancer to ensure better availability. **To Reproduce** NA **Expected behavior** NA **Acra...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...
Integration of pg_query PostgreSQL parser into QueryDataEncryptor component. Split `encryptor` into PostgreSQL and MySQL components ## Checklist - [ ] Change is covered by automated tests - [ ] The...