add encfs samples
This commit is contained in:
parent
9ba5d0ccbc
commit
5ed68c71a0
9 changed files with 130 additions and 0 deletions
test/encfs_samples
24
test/encfs_samples/Samples.txt
Normal file
24
test/encfs_samples/Samples.txt
Normal file
|
@ -0,0 +1,24 @@
|
|||
boxcryptor_1 -- A simple encfs sample with a single test file
|
||||
Enter password: test
|
||||
/ > ls
|
||||
.encfs6.xml
|
||||
testfile.txt
|
||||
/ > cat testfile.txt
|
||||
test file
|
||||
|
||||
boxcryptor_2 -- Another sample with a different password & a nested folder
|
||||
Enter password: test2
|
||||
/ > ls
|
||||
.encfs6.xml
|
||||
Dir1/
|
||||
file1.txt
|
||||
/ > cat file1.txt
|
||||
Some contents for file
|
||||
|
||||
boxcruptor_3 -- raw files contains a file that doens't belong to the encfs_volume (in this case desktop.ini from windows folder customisation)
|
||||
Enter password: test
|
||||
/ > ls
|
||||
.encfs6.xml
|
||||
testFileAlpha.txt.txt
|
||||
/ > cat testFileAlpha.txt.txt
|
||||
Contents for test fileAlpha.tx
|
32
test/encfs_samples/boxcryptor_1/.encfs6.xml
Normal file
32
test/encfs_samples/boxcryptor_1/.encfs6.xml
Normal file
|
@ -0,0 +1,32 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<!DOCTYPE boost_serialization>
|
||||
<boost_serialization signature="serialization::archive" version="7">
|
||||
<cfg class_id="0" tracking_level="0" version="20">
|
||||
<version>20100713</version>
|
||||
<creator>BoxCryptor 1.0.0.0</creator>
|
||||
<cipherAlg class_id="1" tracking_level="0" version="0">
|
||||
<name>ssl/aes</name>
|
||||
<major>3</major>
|
||||
<minor>0</minor>
|
||||
</cipherAlg>
|
||||
<nameAlg>
|
||||
<name>nameio/stream</name>
|
||||
<major>2</major>
|
||||
<minor>1</minor>
|
||||
</nameAlg>
|
||||
<keySize>256</keySize>
|
||||
<blockSize>4096</blockSize>
|
||||
<uniqueIV>0</uniqueIV>
|
||||
<chainedNameIV>0</chainedNameIV>
|
||||
<externalIVChaining>0</externalIVChaining>
|
||||
<blockMACBytes>0</blockMACBytes>
|
||||
<blockMACRandBytes>0</blockMACRandBytes>
|
||||
<allowHoles>1</allowHoles>
|
||||
<encodedKeySize>52</encodedKeySize>
|
||||
<encodedKeyData>p8hapetrpqIyAxe/9mLE/nNGFFWugkLiTn1g+bAA1NMOwnD4YhcI6xc3ObQ8df1NoFVh8A== </encodedKeyData>
|
||||
<saltLen>20</saltLen>
|
||||
<saltData>106QqKPzGADnhiVHOYtgv0PbiUs= </saltData>
|
||||
<kdfIterations>5000</kdfIterations>
|
||||
<desiredKDFDuration>500</desiredKDFDuration>
|
||||
</cfg>
|
||||
</boost_serialization>
|
1
test/encfs_samples/boxcryptor_1/W3gLoUqL-0YzUh8udP8
Normal file
1
test/encfs_samples/boxcryptor_1/W3gLoUqL-0YzUh8udP8
Normal file
|
@ -0,0 +1 @@
|
|||
<EFBFBD>ュヨ\テンAカヲ
|
32
test/encfs_samples/boxcryptor_2/.encfs6.xml
Normal file
32
test/encfs_samples/boxcryptor_2/.encfs6.xml
Normal file
|
@ -0,0 +1,32 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<!DOCTYPE boost_serialization>
|
||||
<boost_serialization signature="serialization::archive" version="7">
|
||||
<cfg class_id="0" tracking_level="0" version="20">
|
||||
<version>20100713</version>
|
||||
<creator>BoxCryptor 1.0.0.0</creator>
|
||||
<cipherAlg class_id="1" tracking_level="0" version="0">
|
||||
<name>ssl/aes</name>
|
||||
<major>3</major>
|
||||
<minor>0</minor>
|
||||
</cipherAlg>
|
||||
<nameAlg>
|
||||
<name>nameio/stream</name>
|
||||
<major>2</major>
|
||||
<minor>1</minor>
|
||||
</nameAlg>
|
||||
<keySize>256</keySize>
|
||||
<blockSize>4096</blockSize>
|
||||
<uniqueIV>0</uniqueIV>
|
||||
<chainedNameIV>0</chainedNameIV>
|
||||
<externalIVChaining>0</externalIVChaining>
|
||||
<blockMACBytes>0</blockMACBytes>
|
||||
<blockMACRandBytes>0</blockMACRandBytes>
|
||||
<allowHoles>1</allowHoles>
|
||||
<encodedKeySize>52</encodedKeySize>
|
||||
<encodedKeyData>Vagdpbqb98kWpbqPdKRZFewX6bKy+WXg7cd325/ea6oaA+cav69Wlvc8uL++0W1ZiRJGOg== </encodedKeyData>
|
||||
<saltLen>20</saltLen>
|
||||
<saltData>GlHva0+8s0Izdez0a2Zy4+zYq1U= </saltData>
|
||||
<kdfIterations>5000</kdfIterations>
|
||||
<desiredKDFDuration>500</desiredKDFDuration>
|
||||
</cfg>
|
||||
</boost_serialization>
|
BIN
test/encfs_samples/boxcryptor_2/Z4Qzgr-iwj-1dgA
Normal file
BIN
test/encfs_samples/boxcryptor_2/Z4Qzgr-iwj-1dgA
Normal file
Binary file not shown.
1
test/encfs_samples/boxcryptor_2/hc2yatLg/lcgwUaXICbCjBW4
Normal file
1
test/encfs_samples/boxcryptor_2/hc2yatLg/lcgwUaXICbCjBW4
Normal file
|
@ -0,0 +1 @@
|
|||
²F67ûÅ09U`¤L.j@R%¬<>“L²
|
32
test/encfs_samples/boxcryptor_3/.encfs6.xml
Normal file
32
test/encfs_samples/boxcryptor_3/.encfs6.xml
Normal file
|
@ -0,0 +1,32 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<!DOCTYPE boost_serialization>
|
||||
<boost_serialization signature="serialization::archive" version="7">
|
||||
<cfg class_id="0" tracking_level="0" version="20">
|
||||
<version>20100713</version>
|
||||
<creator>BoxCryptor 1.0.0.0</creator>
|
||||
<cipherAlg class_id="1" tracking_level="0" version="0">
|
||||
<name>ssl/aes</name>
|
||||
<major>3</major>
|
||||
<minor>0</minor>
|
||||
</cipherAlg>
|
||||
<nameAlg>
|
||||
<name>nameio/stream</name>
|
||||
<major>2</major>
|
||||
<minor>1</minor>
|
||||
</nameAlg>
|
||||
<keySize>256</keySize>
|
||||
<blockSize>4096</blockSize>
|
||||
<uniqueIV>0</uniqueIV>
|
||||
<chainedNameIV>0</chainedNameIV>
|
||||
<externalIVChaining>0</externalIVChaining>
|
||||
<blockMACBytes>0</blockMACBytes>
|
||||
<blockMACRandBytes>0</blockMACRandBytes>
|
||||
<allowHoles>1</allowHoles>
|
||||
<encodedKeySize>52</encodedKeySize>
|
||||
<encodedKeyData>oZxF/rvM3gexO3TNxaAZvBm/nsMzxm+2eLAFR7IfLBuOfziqgjyt4MEjWfGZEQEyhyRUig== </encodedKeyData>
|
||||
<saltLen>20</saltLen>
|
||||
<saltData>NFehLBmSc50W+R9QPVPDdWU/5AE= </saltData>
|
||||
<kdfIterations>5000</kdfIterations>
|
||||
<desiredKDFDuration>500</desiredKDFDuration>
|
||||
</cfg>
|
||||
</boost_serialization>
|
|
@ -0,0 +1,2 @@
|
|||
<EFBFBD>"<22><>Fs<46>rq<72>K<><4B><14>Q<EFBFBD><51>^<5E>
|
||||
<EFBFBD>r<EFBFBD><EFBFBD><EFBFBD><0F>
|
6
test/encfs_samples/boxcryptor_3/desktop.ini
Normal file
6
test/encfs_samples/boxcryptor_3/desktop.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[.ShellClassInfo]
|
||||
IconResource=C:\Windows\system32\SHELL32.dll,27
|
||||
[ViewState]
|
||||
Mode=
|
||||
Vid=
|
||||
FolderType=Documents
|
Loading…
Add table
Add a link
Reference in a new issue