Skip to content

Allow for different encryption methods

Compare
Choose a tag to compare
@annejan annejan released this 25 Jun 09:47
· 17 commits to master since this release
v2.0.1
15afcbf

Constructor now supports different encryption methods, for example:

<?php
$crypter = new Crypter('mykeystring', 'AES-256-ECB');