diff --git a/qml/pages/About.qml b/qml/pages/About.qml index 5767f51..d8ef4f2 100644 --- a/qml/pages/About.qml +++ b/qml/pages/About.qml @@ -274,7 +274,7 @@ Page { horizontalAlignment: TextEdit.left plainText: "\n"+qsTr("SailOTP uses the following third party libs:")+' http://caligatio.github.io/jsSHA/ - https://code.google.com/archive/p/crypto-js/ + https://github.com/jlinoff/openssl-aes-cipher/ http://sourceforge.net/projects/qzxing/ http://fukuchi.org/works/qrencode/' color: Theme.secondaryHighlightColor diff --git a/rpm/harbour-sailotp.changes b/rpm/harbour-sailotp.changes index 307e76a..780e081 100644 --- a/rpm/harbour-sailotp.changes +++ b/rpm/harbour-sailotp.changes @@ -1,3 +1,8 @@ +* Mon Feb 20 2023 Stefan Brand 1.11.0-1 +- Rework Export/Import File Encryption to use C++ +- Switch to SHA256 for Export/Import Encryption instead of MD5 +- Add FilePicker to select Import-File + * Wed Jan 25 2023 Stefan Brand 1.10.2-1 - Add Sailjail Permission for Camera Use (contributed by Keeper-of-the-Keys) diff --git a/rpm/harbour-sailotp.yaml b/rpm/harbour-sailotp.yaml index 3ebdef7..e100111 100644 --- a/rpm/harbour-sailotp.yaml +++ b/rpm/harbour-sailotp.yaml @@ -1,6 +1,6 @@ Name: harbour-sailotp Summary: SailOTP -Version: 1.10.2 +Version: 1.11.0 Release: 1 Group: Security URL: https://github.com/seiichiro0185/sailotp/