Project

General

Profile

Actions

Defect #736

closed

Change crypt key for confidential storage

Added by Radek Tomiška over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Radek Tomiška
Category:
Confidential Storage
Target version:
Start date:
10/04/2017
Due date:
% Done:

100%

Estimated time:
Affected versions:
Owner:

Description

When crypt secret key for confidential storage is changed, is not possible to save new values by this ke - e.g. in target system connector configuration

Actions #1

Updated by Radek Tomiška over 6 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

I found the source of problem - jawax.crypto.Cipher is not thread save and is not reusable (if any exception is thrown, cipher object need to be reset before it can be used again).

So its fixed (i create new cipher instance instead synchronization blocks) and pushed it into develop.

Actions

Also available in: Atom PDF