#1 Problémy s MySQL » šifrovací funkce AES_ENCRYPT, AES_DECRYPT » 2024-12-16 10:15:03

vyrbl
Odpovědi: 1

Dobrý den, jsou tyto funkce na hostingu podporované?
Zkoušel jsem vzorový příklad a je to samá chyba... Děkuji.

SET block_encryption_mode = 'aes-256-cbc';
SET @key_str = SHA2('My secret passphrase',512);
SET @init_vector = RANDOM_BYTES(16);
SET @crypt_str = AES_ENCRYPT('text',@key_str,@init_vector);
SELECT AES_DECRYPT(@crypt_str,@key_str,@init_vector);

( https://dev.mysql.com/doc/refman/5.7/en … es-encrypt )

#3 Re: Problémy s FTP » Nefunguje FTP » 2022-11-16 10:12:20

dobrý den, FTP připojení na

slonice.endora.cz

taky nejede - vytimeoutuje se ... zřejmě

----------
Connect to: (16.11.2022 9:11:11)
hostname=slonice.endora.cz:21
username=xxxxx
startdir=
slonice.endora.cz=62.109.140.11
220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 295 of 500 allowed.
220-Local time is now 09:11. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
USER xxxxx
331 User xxxxx OK. Password required
PASS ***********

#4 Re: Problémy s MySQL » Nejde se přihlásit do phpMyAdmin » 2022-11-16 10:09:35

Dobrý den, na

https://sql3.endora.cz/index.php

se stále nemohu přihlásit - s chybou

mysqli_real_connect(): (HY000/2002): Connection refused

Zápatí

Založeno na FluxBB | CZ a SK