Skip to content

keboola/php-encryption

Repository files navigation

Keboola PHP Encryption Build Status

Wrapper for PHP mcrypt encryption algorithms.

Currently supported ciphers

Usage

    use Keboola\Encryption\AESEncryptor;
	$encryptor = new AESEncryptor('UfhZPgPLpz7YVjXwNGTpUD8WpoddfpXn'); // 256 bit key
    $encryptedMessage = $encryptor->encrypt($inputMessage);

Resources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages