File: encrypt.test

package info (click to toggle)
libzip 1.11.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,652 kB
  • sloc: ansic: 17,309; sh: 85; perl: 55; makefile: 5
file content (25 lines) | stat: -rw-r--r-- 503 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# test encryption support
# TODO: only checks recognition of encrypted entries for now.
return 0
arguments encrypt.zzip stat 0 stat 1
file encrypt.zzip encrypt.zip
stdout
name: 'encrypted'
index: '0'
size: '4'
compressed size: '16'
mtime: 'Mon Apr 24 2006 16:01:34'
crc: '7e3265a8'
compression method: '0'
encryption method: '1'

name: 'plain'
index: '1'
size: '4'
compressed size: '4'
mtime: 'Mon Apr 24 2006 16:01:42'
crc: '7e3265a8'
compression method: '0'
encryption method: '0'

end-of-inline-data