blob: f403d96e88545b9067aa66ea8617b0e8f1db8658 (
plain)
1
2
3
4
5
6
|
-- source include/have_crypt.inc
select length(encrypt('foo', 'ff')) <> 0;
--replace_result $1$aa$4OSUA5cjdx0RUQ08opV27/ aaqPiZY5xR5l.
select old_password('test'), password('test');
select length(encrypt('test')), encrypt('test','aa');
|