c22052f6b7
maintains compatibility with Password Safe files. MyPasswordSafe has the following features: * Safes are encrypted when they are stored to disk. * Passwords never have to be seen, because they are copied to the clipboard. * Random passwords can be generated. * Window size, position, and column widths are remembered. * Passwords remain encrypted until they need to be decrypted at the dialog and file levels. * A safe can be made active so it will always be opened when MyPasswordSafe starts. * Supports Unicode in the safes. * Languages supported: English and French. WWW: http://www.semanticgap.com/myps/
11 lines
231 B
C++
11 lines
231 B
C++
--- ./src/crypto/sha1.h.orig Mon Dec 6 09:32:07 2004
|
|
+++ ./src/crypto/sha1.h Sun Nov 26 21:56:00 2006
|
|
@@ -15,7 +15,7 @@
|
|
#include <stdint.h>
|
|
#include <string>
|
|
|
|
-#include "endian.h"
|
|
+#include "myendian.h"
|
|
|
|
using std::string;
|
|
|