AnonSec Shell
Server IP : 185.86.78.101  /  Your IP : 216.73.216.213
Web Server : Apache
System : Linux 675867-vds-valikoshka1996.gmhost.pp.ua 5.4.0-150-generic #167-Ubuntu SMP Mon May 15 17:35:05 UTC 2023 x86_64
User : www ( 1000)
PHP Version : 7.4.33
Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /www/server/mysql/mysql-test/r/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /www/server/mysql/mysql-test/r/func_encrypt_nossl.result
select des_encrypt("test", 'akeystr');
des_encrypt("test", 'akeystr')
NULL
Warnings:
Warning	1287	'DES_ENCRYPT' is deprecated and will be removed in a future release. Please use AES_ENCRYPT instead
Warning	1289	The 'des_encrypt' feature is disabled; you need MySQL built with '--with-ssl' to have it working
select des_encrypt("test", 1);
des_encrypt("test", 1)
NULL
Warnings:
Warning	1287	'DES_ENCRYPT' is deprecated and will be removed in a future release. Please use AES_ENCRYPT instead
Warning	1289	The 'des_encrypt' feature is disabled; you need MySQL built with '--with-ssl' to have it working
select des_encrypt("test", 9);
des_encrypt("test", 9)
NULL
Warnings:
Warning	1287	'DES_ENCRYPT' is deprecated and will be removed in a future release. Please use AES_ENCRYPT instead
Warning	1289	The 'des_encrypt' feature is disabled; you need MySQL built with '--with-ssl' to have it working
select des_encrypt("test", 100);
des_encrypt("test", 100)
NULL
Warnings:
Warning	1287	'DES_ENCRYPT' is deprecated and will be removed in a future release. Please use AES_ENCRYPT instead
Warning	1289	The 'des_encrypt' feature is disabled; you need MySQL built with '--with-ssl' to have it working
select des_encrypt("test", NULL);
des_encrypt("test", NULL)
NULL
Warnings:
Warning	1287	'DES_ENCRYPT' is deprecated and will be removed in a future release. Please use AES_ENCRYPT instead
Warning	1289	The 'des_encrypt' feature is disabled; you need MySQL built with '--with-ssl' to have it working
select des_encrypt(NULL, NULL);
des_encrypt(NULL, NULL)
NULL
Warnings:
Warning	1287	'DES_ENCRYPT' is deprecated and will be removed in a future release. Please use AES_ENCRYPT instead
Warning	1289	The 'des_encrypt' feature is disabled; you need MySQL built with '--with-ssl' to have it working
select des_decrypt("test", 'anotherkeystr');
des_decrypt("test", 'anotherkeystr')
NULL
Warnings:
Warning	1287	'DES_DECRYPT' is deprecated and will be removed in a future release. Please use AES_DECRYPT instead
Warning	1289	The 'des_decrypt' feature is disabled; you need MySQL built with '--with-ssl' to have it working
select des_decrypt(1, 1);
des_decrypt(1, 1)
NULL
Warnings:
Warning	1287	'DES_DECRYPT' is deprecated and will be removed in a future release. Please use AES_DECRYPT instead
Warning	1289	The 'des_decrypt' feature is disabled; you need MySQL built with '--with-ssl' to have it working
select des_decrypt(des_encrypt("test", 'thekey'));
des_decrypt(des_encrypt("test", 'thekey'))
NULL
Warnings:
Warning	1287	'DES_DECRYPT' is deprecated and will be removed in a future release. Please use AES_DECRYPT instead
Warning	1287	'DES_ENCRYPT' is deprecated and will be removed in a future release. Please use AES_ENCRYPT instead
Warning	1289	The 'des_decrypt' feature is disabled; you need MySQL built with '--with-ssl' to have it working
select hex(des_encrypt("hello")),des_decrypt(des_encrypt("hello"));
hex(des_encrypt("hello"))	des_decrypt(des_encrypt("hello"))
NULL	NULL
Warnings:
Warning	1287	'DES_ENCRYPT' is deprecated and will be removed in a future release. Please use AES_ENCRYPT instead
Warning	1287	'DES_DECRYPT' is deprecated and will be removed in a future release. Please use AES_DECRYPT instead
Warning	1287	'DES_ENCRYPT' is deprecated and will be removed in a future release. Please use AES_ENCRYPT instead
Warning	1289	The 'des_encrypt' feature is disabled; you need MySQL built with '--with-ssl' to have it working
Warning	1289	The 'des_decrypt' feature is disabled; you need MySQL built with '--with-ssl' to have it working
select des_decrypt(des_encrypt("hello",4));
des_decrypt(des_encrypt("hello",4))
NULL
Warnings:
Warning	1287	'DES_DECRYPT' is deprecated and will be removed in a future release. Please use AES_DECRYPT instead
Warning	1287	'DES_ENCRYPT' is deprecated and will be removed in a future release. Please use AES_ENCRYPT instead
Warning	1289	The 'des_decrypt' feature is disabled; you need MySQL built with '--with-ssl' to have it working
select des_decrypt(des_encrypt("hello",'test'),'test');
des_decrypt(des_encrypt("hello",'test'),'test')
NULL
Warnings:
Warning	1287	'DES_DECRYPT' is deprecated and will be removed in a future release. Please use AES_DECRYPT instead
Warning	1287	'DES_ENCRYPT' is deprecated and will be removed in a future release. Please use AES_ENCRYPT instead
Warning	1289	The 'des_decrypt' feature is disabled; you need MySQL built with '--with-ssl' to have it working
select hex(des_encrypt("hello")),hex(des_encrypt("hello",5)),hex(des_encrypt("hello",'default_password'));
hex(des_encrypt("hello"))	hex(des_encrypt("hello",5))	hex(des_encrypt("hello",'default_password'))
NULL	NULL	NULL
Warnings:
Warning	1287	'DES_ENCRYPT' is deprecated and will be removed in a future release. Please use AES_ENCRYPT instead
Warning	1287	'DES_ENCRYPT' is deprecated and will be removed in a future release. Please use AES_ENCRYPT instead
Warning	1287	'DES_ENCRYPT' is deprecated and will be removed in a future release. Please use AES_ENCRYPT instead
Warning	1289	The 'des_encrypt' feature is disabled; you need MySQL built with '--with-ssl' to have it working
Warning	1289	The 'des_encrypt' feature is disabled; you need MySQL built with '--with-ssl' to have it working
Warning	1289	The 'des_encrypt' feature is disabled; you need MySQL built with '--with-ssl' to have it working
select des_decrypt(des_encrypt("hello"),'default_password');
des_decrypt(des_encrypt("hello"),'default_password')
NULL
Warnings:
Warning	1287	'DES_DECRYPT' is deprecated and will be removed in a future release. Please use AES_DECRYPT instead
Warning	1287	'DES_ENCRYPT' is deprecated and will be removed in a future release. Please use AES_ENCRYPT instead
Warning	1289	The 'des_decrypt' feature is disabled; you need MySQL built with '--with-ssl' to have it working
select des_decrypt(des_encrypt("hello",4),'password4');
des_decrypt(des_encrypt("hello",4),'password4')
NULL
Warnings:
Warning	1287	'DES_DECRYPT' is deprecated and will be removed in a future release. Please use AES_DECRYPT instead
Warning	1287	'DES_ENCRYPT' is deprecated and will be removed in a future release. Please use AES_ENCRYPT instead
Warning	1289	The 'des_decrypt' feature is disabled; you need MySQL built with '--with-ssl' to have it working
SET @a=des_decrypt(des_encrypt("hello"));
Warnings:
Warning	1287	'DES_DECRYPT' is deprecated and will be removed in a future release. Please use AES_DECRYPT instead
Warning	1287	'DES_ENCRYPT' is deprecated and will be removed in a future release. Please use AES_ENCRYPT instead
Warning	1289	The 'des_decrypt' feature is disabled; you need MySQL built with '--with-ssl' to have it working
flush des_key_file;
select @a = des_decrypt(des_encrypt("hello"));
@a = des_decrypt(des_encrypt("hello"))
NULL
Warnings:
Warning	1287	'DES_DECRYPT' is deprecated and will be removed in a future release. Please use AES_DECRYPT instead
Warning	1287	'DES_ENCRYPT' is deprecated and will be removed in a future release. Please use AES_ENCRYPT instead
select hex("hello");
hex("hello")
68656C6C6F
select hex(des_decrypt(des_encrypt("hello",4),'password2'));
hex(des_decrypt(des_encrypt("hello",4),'password2'))
NULL
Warnings:
Warning	1287	'DES_DECRYPT' is deprecated and will be removed in a future release. Please use AES_DECRYPT instead
Warning	1287	'DES_ENCRYPT' is deprecated and will be removed in a future release. Please use AES_ENCRYPT instead
Warning	1289	The 'des_decrypt' feature is disabled; you need MySQL built with '--with-ssl' to have it working
select hex(des_decrypt(des_encrypt("hello","hidden")));
hex(des_decrypt(des_encrypt("hello","hidden")))
NULL
Warnings:
Warning	1287	'DES_DECRYPT' is deprecated and will be removed in a future release. Please use AES_DECRYPT instead
Warning	1287	'DES_ENCRYPT' is deprecated and will be removed in a future release. Please use AES_ENCRYPT instead
Warning	1289	The 'des_decrypt' feature is disabled; you need MySQL built with '--with-ssl' to have it working

Anon7 - 2022
AnonSec Team