okta / okta-devices-swift

okta-devices-swift
https://github.com/okta/okta-devices-swift
Apache License 2.0
8 stars 1 forks source link

OKTA-553541 - Move to symmetric encryption using AES-256 for Devices … #82

Closed IldarAbdullin-okta closed 1 year ago

IldarAbdullin-okta commented 1 year ago

…SDK column-level encryption

Problem Analysis (Technical)

Encrypted sqlite column data with 256bit symmetric key and AES GCM algo

Tests

Passed

IldarAbdullin-okta commented 1 year ago

Do we need to care about any migration for old DBs?

Do we have DBs in prod apps? I don't think so