Så här står det i en manual till ett krypteringsprogram jag skall använda:
The veencrypt program takes the text to be encrypted as the first parameter and outputs the encrypted
and signed string on stdout. vedecrypt takes the CryptoText as the first parameter and outputs the
corresponding plain text on stdout if the signature matches. Otherwise, the wording “Invalid signature”
is output.
Är det någon som vet hur jag gör för att kryptera och dekryptera i ett PHP-skript med hjälp av dessa programmen??