Friday, December 15, 2006 12:10 PM
by
secret.server
Secret Server now Includes Salting
Secret Server is all about security, and to further continue that effort I have implemented salting. Salting fixes the issue where if there are two secret fields that are identical, they would look identical in the database. Now with salting, data that is the same doesn’t appear the same in the database when encrypted. Everything that is encrypted is now unique, even if the data is the same.
Thank you Jouni Heikniemi for raising this issue with us.
— Kevin