File: install

package info (click to toggle)
gp2c 0.0.5pl9-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,496 kB
  • ctags: 1,211
  • sloc: ansic: 6,952; sh: 549; lex: 332; yacc: 152; makefile: 139
file content (6 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
v=buildkey(128);
publickey=v[1];
privatekey=v[2];
clear=gp2crand(2^128)
crypted=crypt(clear,publickey)
decrypted=decrypt(crypted,privatekey)