adorsys / datasafe

Secure, Encrypted and Versioned Data Storage Library
https://adorsys.github.io/datasafe/
GNU Affero General Public License v3.0
55 stars 23 forks source link

Prepare a test to check that existing user with RSA public keys are given a new EC public key after upgrade of data safe installation #251

Open francis-pouatcha opened 10 months ago

francis-pouatcha commented 10 months ago

We want to:

  1. run an older version of datasafe that uses RSA to write to inbox inbox,
  2. run a new version that has ECDH as default, but can read data written to inbox using RSA.
Motouom commented 3 weeks ago

Hello @max402, Please i wish to have more info and enlightenment on this ticket

max402 commented 2 weeks ago

In order to check if migrated data is available we have to first implement a data migration tool. The tool should be able to:

max402 commented 6 days ago

I would write tests for following scenarios: 1.

2.