ArtOfCode- / contactbook

AWS/EC2 deployed contact book app
Apache License 2.0
2 stars 0 forks source link

Encryption #2

Closed ArtOfCode- closed 8 years ago

ArtOfCode- commented 8 years ago

Adds full contact encryption to the features.

All PII fields are now encrypted. That leaves the only fields in the contacts table that aren't encrypted as id, created_by, and the timestamps.

Encryption uses Rijndael (AES) with a 256-bit key.