Help for this page

Select Code to Download


  1. or download this
    The blocksize for Rijndael is 16 bytes (128 bits), although the algori
    +thm actually supports any blocksize that is any multiple of our bytes
    +. 128 bits, is however, the AES-specified block size, so this is all 
    +we support.
    
  2. or download this
    Create a new Crypt::Rijndael cipher object with the given key (which m
    +ust be 128, 192 or 256 bits long). The additional $mode argument is t
    +he encryption mode, either MODE_ECB (electronic codebook mode, the de
    +fault), MODE_CBC (cipher block chaining, the same that Crypt::CBC doe
    +s), MODE_CFB (128-bit cipher feedback), MODE_OFB (128-bit output feed
    +back), or MODE_CTR (counter mode).
    
  3. or download this
    #!/usr/bin/perl
    use DBI;
    ...
                       'id' => 1
                     }
            };
    
  4. or download this
    [MySQL]
    user=user
    ...
    port=3306
    db=PerlMonks
    table=Data