|
How does Secureword protect your private data?
- 1. We use reliable and modern encryption algorithms: AES, Twofish, RIPEMD160, SHA256 ( links below ).
- 2. We protect your data from possible attacks.
- 3. Password verification process takes approximately 0.1 second (on a Pentium 4 3Ghz based computer). This is 10 passwords per second and a further increase of verification speed is virtually impossible. We use a cyclic flash function with the addition of an open salt value.
- 4. Multiple hash functions (SHA256 and RIPEMD160) are used to save and encrypt data files.
- 5. We protect your data from hash password values enumeration by adding a salt value. The hash function result of a database password (with a salt value added) is stored encrypted.
- 6. To prevent information leakage on a local computer, the clipboard is cleared when the application is closed.
- 7. To decrease the probability of information leakage on a local computer, Secureword automatically logs out all the data when minimizing, so the passwords database will not reside in system memory.
Encrypted file ( on the disk ) AES or TwoFish encryption.
RIPEMD160 hash Used for password verification
|
Private Information that you store in the SecureWord
|
|
|
|
Password Used to generate two hashes, SHA256 and RIPEMD160
|
|
|  |
 |
SHA256 hash Used as a key for Encryption
|
|
Security Links :
AES - Encryption Algorithm , click here to leran more
SHA - Secure Hash Standard , click here to leran more
TwoFish - Encryption Algorithm , click here to leran more
RimpeMD - Hash Function , click here to leran more
|