|
|
|
|
|
by marshallbrekka
3072 days ago
|
|
For an API call that requires decrypting data it can add about 5-10ms, most of that comes from reading the values from the token database.
Encrypting will incur a similar performance penalty (again from the database). The core pieces (API Proxy, Encryption Service, secure/general infrastructure divide) we're done by me in the first 2-4 months. We now have a team of three (myself included) who maintain those systems (among many other responsibilities). |
|