19:07 08.25.2008
Javascript、Perl、PHPで利用可能な可逆暗号化スクリプト。
Perlで暗号化、PHPで復号という条件に直面したもんだから、汎用で使えるモジュールを探してみました。
DES Encryption
This is a Javascript implementation of DES (the Data Encryption Standard), an encryption algorithm which works on bits. It supports Electronic Codebook (ECB) and Cipher Block Chaining (CBC) and also includes Triple DES. It does not require any additional libraries and it has been translated into Perl and PHP as well.