View Single Post
  #1 (permalink)  
Old 12-24-2009, 12:13 AM
NinjaDuck's Avatar
NinjaDuck
VIP Duck
Offline
Location: Omnipresent
 
Join Date: Feb 2009
Posts: 825
Reputation: 6270
NinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Tester Wanted: Move attachments to storage card and encrypt only that folder

Attached is a simple cab to set your attachments folder to your storage card in the following path:

\Storage Card\Inbox\Attachments\

The second step is that it adds that path to the Encryption list for the device to protect it.

I am not sure the encryption is going to work.


I need someone to:
  • Reboot
  • Copy a text file in to the folder (must have something in it)
  • take out the storage card and put it in a computer using a card reader
  • Tell me if you can read the contents
Thanks for your help.

Click Thanks if you are interested in this project.

Here is what the CAB does:

Code:

<characteristictype="Registry">
<characteristictype="HKLM\System\Inbox\Settings">
<parmname="AttachPath"datatype="string"value="\Storage Card\Inbox\Attachments\" />
</characteristic>
</characteristic>
<characteristictype="DeviceEncryption">
<characteristictype="EncryptList">
<parmname="\Storage Card\Inbox\...\*" />
</characteristic>
</characteristic>
Reply With Quote