katoni/php-ffx

纯PHP实现的基于Feistel的格式保持加密(FFX)。

v1.0 2023-03-27 07:45 UTC

This package is auto-updated.

Last update: 2024-09-27 11:07:01 UTC


README

纯PHP实现的基于Feistel的格式保持加密(FFX)。

移植自 emulbreh/pyffx

用法

$key = 'hello';
$alphabet = 'abcdefghijklmnopqrstuvwxyz';

$ffx = new \Katoni\FFX\Codecs\Text($key, $alphabet, 10);
$ffx->encrypt('encryption'); // string: jrsunxgmbq

$ffx = new \Katoni\FFX\Codecs\Integer($key, 4);
$ffx->encrypt('1234'); // int: 1867