TScFileStorage: supports CTR...or not?

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
cboling
Posts: 24
Joined: Fri 12 Apr 2013 01:00

TScFileStorage: supports CTR...or not?

Post by cboling » Thu 01 Mar 2018 00:09

The GUI (Object Inspector) shows a full complement of CTR & CBC cipher variants available for the "Algorithm" property of the TScFileStorage class. However, if you choose a CTR flavor, execution of the .Keys.Add method throws an exception:
This cipher algorithm is not supported
(behavior observed in 8.1.2 & 8.1.3)

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: TScFileStorage: supports CTR...or not?

Post by ViktorV » Thu 01 Mar 2018 16:33

All the algorithms supported by SecureBridge are listed in the TScFileStorage.Algorithm property. SecureBridge stores keys in the standard PKCS8 format that does not support all the algorithms.

Post Reply