# # ChangeLog for trunk/src/org/expeditee/encryption/Actions.java # # Generated by Trac 1.4.2 # 06/26/24 16:22:36 Tue, 03 Dec 2019 04:58:08 GMT bnemhaus [1485] * trunk/src/org/expeditee/encryption/Actions.java (modified) When adding a colleagues pw share to your secrets frame, save that ... Tue, 03 Dec 2019 00:29:04 GMT bnemhaus [1475] * trunk/src/org/expeditee/encryption/Actions.java (modified) Added feedback for action AuthAddSecretKey Fri, 29 Nov 2019 05:45:29 GMT bnemhaus [1469] * trunk/src/org/expeditee/encryption/Actions.java (modified) Fri, 29 Nov 2019 02:10:31 GMT bnemhaus [1456] * trunk/src/org/expeditee/encryption/Actions.java (modified) Added usage instructions to SplitSecret and GenerateSecret actions. Wed, 14 Aug 2019 02:22:44 GMT bln4 [1430] * trunk/src/org/expeditee/encryption/Actions.java (modified) * trunk/src/org/expeditee/encryption/io/EncryptedExpWriter.java (modified) * trunk/src/org/expeditee/encryption/items/surrogates/Label.java (modified) * trunk/src/org/expeditee/gui/AttributeUtils.java (modified) * trunk/src/org/expeditee/gui/DisplayController.java (modified) * trunk/src/org/expeditee/gui/Frame.java (modified) * trunk/src/org/expeditee/items/Item.java (modified) Fixed bug for when there are no surrogates left for a primary. Wed, 26 Jun 2019 04:02:00 GMT bln4 [1414] * trunk/src/org/expeditee/encryption/Actions.java (modified) * trunk/src/org/expeditee/encryption/io/EncryptedExpReader.java (modified) * trunk/src/org/expeditee/encryption/io/EncryptedExpWriter.java (modified) * trunk/src/org/expeditee/gui/Frame.java (modified) * trunk/src/org/expeditee/io/DefaultFrameReader.java (modified) * trunk/src/org/expeditee/items/Item.java (modified) * trunk/src/org/expeditee/items/Text.java (modified) More amendments to the way surrogates are handled. Including ... Fri, 21 Jun 2019 00:12:55 GMT bln4 [1408] * trunk/src/org/expeditee/encryption/Actions.java (modified) * trunk/src/org/expeditee/encryption/io/EncryptedExpReader.java (modified) * trunk/src/org/expeditee/encryption/io/EncryptedExpWriter.java (modified) * trunk/src/org/expeditee/encryption/items/surrogates (added) * trunk/src/org/expeditee/encryption/items/surrogates/EncryptionDetail.java (added) * trunk/src/org/expeditee/encryption/items/surrogates/Surrogate.java (added) * trunk/src/org/expeditee/gui/Frame.java (modified) * trunk/src/org/expeditee/io/DefaultFrameReader.java (modified) * trunk/src/org/expeditee/io/DefaultFrameWriter.java (modified) * trunk/src/org/expeditee/io/ExpReader.java (modified) * trunk/src/org/expeditee/io/ExpWriter.java (modified) * trunk/src/org/expeditee/io/KMSWriter.java (modified) * trunk/src/org/expeditee/items/Item.java (modified) Implementation of the surrogate system. When you set an item to have ... Tue, 28 May 2019 01:01:45 GMT bln4 [1389] * trunk/src/org/expeditee/auth/Actions.java (modified) * trunk/src/org/expeditee/auth/AuthenticatorBrowser.java (modified) * trunk/src/org/expeditee/auth/EncryptedExpReader.java (modified) * trunk/src/org/expeditee/auth/EncryptedExpWriter.java (modified) * trunk/src/org/expeditee/auth/account/Authenticate.java (modified) * trunk/src/org/expeditee/auth/account/Create.java (modified) * trunk/src/org/expeditee/auth/account/Password.java (modified) * trunk/src/org/expeditee/auth/mail/Mail.java (modified) * trunk/src/org/expeditee/encryption/Actions.java (modified) * trunk/src/org/expeditee/encryption/CryptographyConstants.java (copied) * trunk/src/org/ngikm (deleted) Moved things out of the old NGIKM package and deleted it. Fri, 17 May 2019 02:37:12 GMT bln4 [1363] * trunk/src/org/expeditee/auth/Actions.java (modified) * trunk/src/org/expeditee/auth/AuthenticatorBrowser.java (modified) * trunk/src/org/expeditee/auth/account/Authenticate.java (modified) * trunk/src/org/expeditee/auth/account/Create.java (modified) * trunk/src/org/expeditee/auth/account/Password.java (modified) * trunk/src/org/expeditee/auth/gui (deleted) * trunk/src/org/expeditee/auth/mail (added) * trunk/src/org/expeditee/auth/mail/Mail.java (moved) * trunk/src/org/expeditee/auth/mail/gui (added) * trunk/src/org/expeditee/auth/mail/gui/MailBay.java (copied) * trunk/src/org/expeditee/auth/sharing (deleted) * trunk/src/org/expeditee/auth/tags/AuthenticationTag.java (modified) * trunk/src/org/expeditee/encryption (added) * trunk/src/org/expeditee/encryption/Actions.java (copied) * trunk/src/org/expeditee/gui/DisplayController.java (modified) * trunk/src/org/expeditee/gui/FrameIO.java (modified) * trunk/src/org/expeditee/gui/FrameUtils.java (modified) * trunk/src/org/expeditee/settings/identity/passwordrecovery/Colleagues.java (modified) It is now possible to complete the process of recovering access to a ... Fri, 10 May 2019 02:11:19 GMT bln4 [1361] * trunk/src/org/expeditee/auth/sharing/Actions.java (modified) Make public so encryption/decryption can be done directly.