[Deprecated] Function mcrypt_create_iv() is deprecated

GET /zivnostenske-urady/presovsky-kraj/zivnostensky-urad-svidnik/

Line 25 in /data/4/6/4646e84f-37f9-4f86-9107-8c80c5fd8c22/zivnosti.sk/web/framework/security/RandomGenerator.php

Source

16 	 * 
17 	 * @return string Returns a random series of bytes
18 	 */
19 	public function generateEntropy() {
20 		$isWin = preg_match('/WIN/', PHP_OS);
21 		
22 		// TODO Fails with "Could not gather sufficient random data" on IIS, temporarily disabled on windows
23 		if(!$isWin) {
24 			if(function_exists('mcrypt_create_iv')) {
25 				$e = mcrypt_create_iv(64, MCRYPT_DEV_URANDOM);
26 				if($e !== false) return $e;
27 			}
28 		}
29 
30 		// Fall back to SSL methods - may slow down execution by a few ms
31 		if (function_exists('openssl_random_pseudo_bytes')) {

Trace

Živnostenský úrad Svidník » Založenie Živnosti.sk

Živnostenský úrad Svidník

Otváracie hodiny

Deň Úradné hodiny
Pondelok 8:00 - 15:00
Utorok 8:00 - 15:00
Streda 8:00 - 17:00
Štvrtok 8:00 - 15:00
Piatok 8:00 - 14:00

Adresa

Okresný úrad Svidník
Odbor živnostenského podnikania
Sov. hrdinov 10
089 01 Svidník

Telefón

054 / 310 04 23
(vedúca odboru) 054 / 786 31 01