; the password files contains the passwords which are tested against each login

; lines starting with a ; are treated as comments
; empty lines are ignored

; simple passwords can be added

letmein
password

; for now i only have 2 kind of token:
; %USERID gets replaced with the login: toby -> toby
; %REVUID gets replaced with the reversed login: toby -> ybot
; its also possible to combine them: %USERID%REVUID: toby -> tobyybot
; %USERID1: toby -> toby1

%REVUID
%USERID

; do i need more ?
