- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
<?php
function string_size($string){
$temporary_file = md5(rand().rand()).".temporary";
$a=fopen($temporary_file,"w+");
fwrite($a,$string);
$size = filesize($temporary_file);
fclose($a);
unset($temporary_file);
return $size;
}
?>
angrybird 11.03.2013 20:37 # −5
angrybird 11.03.2013 20:38 # −5
Исходный код моей программы: https://github.com/angrybird/encrypt-archive (Осторожно: Много говнокода!)
guest 12.03.2013 09:05 # +1
всем-похуй.eps
bot 11.03.2013 21:27 # +2
angrybird 11.03.2013 22:23 # −5
Для отдачи зашифрованных архивов прямо в браузер.
Вот кусок кода с гитхаба:
$archive=decrypt(file_get_contents("zh.e ncrypted"),"$password");
$archive_name="Lily-pack.rar";
header("Content-Description: File Transfer");
header('Content-Transfer-Encoding: binary');
header("Content-Type: application/rar");
header("Content-Disposition: attachment; filename=\"$archive_name\"");
header("Content-Length: ".string_size("$archive");
echo $archive;
bormand 11.03.2013 22:27 # +1
angrybird 11.03.2013 22:39 # −4
Stallman 11.03.2013 22:44 # +7
shmaltorhbooks 11.03.2013 22:09 # +5
angrybird 11.03.2013 22:41 # −5
p.s. http://govnokod.ru/12726 оцените полный код этого "творения" - "одноразовое шифрование архивов"
Lander 12.03.2013 11:18 # +2
wvxvw 11.03.2013 22:17 # +2
TarasB 12.03.2013 11:28 # +3
Bart 12.03.2013 13:40 # +1
Подойдет?
(без фотоаппарата, правда...)
http://demotivation.me/images/20090514/klkp70a0jsqb.jpg
TarasB 12.03.2013 14:22 # +1
Bart 12.03.2013 15:06 # −2
http://img.1001mem.ru/posts/1082000/1081504.jpg