SmartBear / soapui

SoapUI is a free and open source cross-platform functional testing solution for APIs and web services.
http://www.soapui.org
Other
1.58k stars 611 forks source link

RIA-23076 Encrypt with AES256 #826

Closed KarolinaNogacka closed 1 day ago

KarolinaNogacka commented 3 weeks ago

Algorithm changed for project and settings encryption. Decryption mechanism was universal and worked for both algorithms (DES, AES) without any changes. To enable encryption in AES only algorithm for OpenSSL method was changed.

Compatibility checked between new SoapUI AES version and SoapUI DES version and ReadyApi DES and AES version.