0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 22 hours ago.
May 22, 2023 — May 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
DESwPBE algorithm modified for new 2.0 release. This does not support use of a keyStore and will NOT allow the data to be written in the algorithm any longer. They must migrate to a more secure method. The next closest one still supported is DES-EDEwPBE (Triple DES). This should be used only to read older data files as part of migrating them forward. More... over 17 years ago
TripleDES with Password Based Encryption algorithm initial code-complete release. More... over 17 years ago
BlowFish algorithm initial code-complete release. More... over 17 years ago
AES algorithm initial code-complete release. More... over 17 years ago
Updated to support new encryption models. See the comments around the openData and saveData methods to see what remains to be implemented. THIS IS NOT COMPLETE. The UI changes as well as the changes in SDMController still need to be done. The UI will need to be modified to allow the user to choose the encryption method and to obtain the keystore password as well as the data file password (perhaps the 'master' password can be used for the keyStore). More... over 17 years ago
Replaced variable 'enum' with 'enumr' (see comment in toString method) so as not to conflict with JDK 1.5 More... over 17 years ago
Fixed: Bugs item #1388570, was opened at 2005-12-23 05:25 More... about 18 years ago
Added License Dialog More... about 18 years ago
Added ability of change ini file just passing it to command line. More... over 18 years ago
*** empty log message *** More... over 18 years ago
Minor changes to accomodate the new SDMKeyStore class. More... over 18 years ago
SDM KeyStore manager class. Encapsulates the KeyStore utility routines needed for the encryption classes. Allows for opening, closing, backing up and other miscellaneous operations. Note that the actual encryption implementations will handle adding keys when new files are saved. More... over 18 years ago
AES module tested and working. Fallback from 256-bit to 128-bit working (for export/weak JDK versions). More... almost 19 years ago
1) Modified keystore to store only the filename, not complete path 2) Fixed various issues with byte-to-string conversions. current strings are created on the stack as needed for specific paramters. 3) Removed error handling for some fatal errors. Keystore can't be recovered with passphrase only so this must raise an error. More... almost 19 years ago
1) Removed write method from DESwPbe this is now maintained for backwards (READ) compatability only. 2) General clean up. More... almost 19 years ago
interim version of old encryption module. This will be the last check lable that includes the ability to write files. More... almost 19 years ago
removed old copy of DESwPbe More... almost 19 years ago
changes for additional algorithm support (AES, RSA, RC4, Blowfish) More... almost 19 years ago
Initial changes for keystore support/implementation More... almost 19 years ago
Additional encryption algorithm implementation files More... almost 19 years ago
updated site for 2.1 More... almost 19 years ago
*** empty log message *** More... almost 19 years ago
added todo More... almost 19 years ago
Added copy to hided password More... almost 19 years ago
warns user if the required jars are not found. More... almost 19 years ago
cleaned up code. fixed issue when password info duplicated, but current edit not cancelled. More... almost 19 years ago
adding on behalf of "Dalia Martisiute" <[email protected]> password history. More... almost 19 years ago
added More... almost 19 years ago
*** empty log message *** More... about 19 years ago
from charles bluett - his thoughts on sorting More... about 19 years ago