File: install

package info (click to toggle)
gp2c 0.0.14-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,164 kB
  • sloc: ansic: 8,608; sh: 1,630; lex: 346; yacc: 227; makefile: 107
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)