Cryptword is a file editor, use blowfish encryption algorithm to encrypt,
almost impossible to crack, so, you can save your important data, such as passwords, etc..
feature:
1. Edit text file
2. Encrypt text file
3. Create encrypt file
4. No internet need. No Ads.
5. If you forgot your password, the data will be lost for ever.
CryptWord file format:
file header:
filed : [magic][flag][version][text size][crc][reserve]
length: 4 , 12 , 4 , 4 , 2 30
magic: 0xcdcdccdd
flag : .cryptword
version: 0xc0 + (one of [1 ... n])
text size: input size
crc: crc32(key) % 50021
reserve: 30 zero
Data stored behind the file header, to the integer multiple of 8 padded.
Latest Version
0.2Uploaded by
Bobo Lkw
Requires Android
Android 1.5+
Category
Free Tools AppContent Rating
Unrated · Warning – content has not yet been rated. Unrated apps may potentially contain content appropriate for mature audiences only.
Report
Flag as inappropriateLast updated on Aug 7, 2015
0.2 :
* Change file header.
* Support mutilbyte language file name