moleflap/door
Daniel Poelzleithner 5a079ed771 implement pgp support
add mechanisms to receive the door key through a pgp encrypted message.
the client script checkes if it is nessesary to decrypt through pgp and does so elsewise.
He detects this by comparing the first 4 bytes of the key, so there is a chance for a false hit, but the next run of the script will then ask for the pwd most likely. using hashes would be more secure but requires more client tools.
2010-04-23 20:09:57 +02:00
..
addtoken.lua tokens have now a static prefix 2010-02-25 21:44:48 +01:00
base64.lua tokens have now a static prefix 2010-02-25 21:44:48 +01:00
config.lua removed waiting from valid token during opening process 2010-03-02 20:44:56 +01:00
createdb.lua add brute-force protection 2010-02-26 02:37:27 +01:00
deletedb.lua add brute-force protection 2010-02-26 02:37:27 +01:00
door.lua removed waiting from valid token during opening process 2010-03-02 20:44:56 +01:00
helper.lua removed waiting from valid token during opening process 2010-03-02 20:44:56 +01:00
isdead.lua add admin helper scripts for checking token 2010-03-03 00:01:28 +01:00
isvalid.lua add are you sure check in revoke 2010-03-03 05:06:38 +01:00
listusers.lua alpha code -- first commit 2010-02-25 08:37:50 +01:00
magic_run removed waiting from valid token during opening process 2010-03-02 20:44:56 +01:00
open.lua removed waiting from valid token during opening process 2010-03-02 20:44:56 +01:00
openseamless removed waiting from valid token during opening process 2010-03-02 20:44:56 +01:00
recover.lua implement pgp support 2010-04-23 20:09:57 +02:00
revoke.lua add are you sure check in revoke 2010-03-03 05:06:38 +01:00
setpgp.lua implement pgp support 2010-04-23 20:09:57 +02:00
statistic.lua tokens have now a static prefix 2010-02-25 21:44:48 +01:00
token.lua add brute-force protection 2010-02-26 02:37:27 +01:00