blog.devep.net
demo@virushuo: 偶尔谈谈技术 Archives
http://blog.devep.net/virushuo/cat-2
January 21, 2014. Time echo "scale=5000; 4*a(1)" bc -l -q. 查syslog,发现大量的 CPU0: Package power limit notification 这种通知,怀疑是和电源管理有关。 Posted by virushuo at 1:42 PM. March 23, 2011. Ruby on rails的Getting start又太停留在表面,勉强算是尝鲜,距离真正实用差的太远。 15年前,PHP 3.0之前的版本完全不可用 当然,那时候PHP的简称还叫做Personal Home Page ,那时候用c写cgi/isapi或者用perl是网站最常见的开发形式。 在此一并感谢 @rainux @robinlu @moming2k @Anxonli @soulhacker. Posted by virushuo at 3:25 PM. July 17, 2010. Posted by virushuo at 3:32 AM. April 1, 2010. Posted by virushuo at 12:06 AM. 这时候有两种...
webdevlucian.blogspot.com
Web Development: RSA encryption
http://webdevlucian.blogspot.com/2007/12/rsa-encryption.html
What a web developer would find interesting. Enter your search terms. Sunday, 16 December 2007. I recently started to develop a new web application. I want this one to run many windows, only one web page loaded fully at the beginning: index.php. Once this is loaded all the communication will take place AJAX style through the httpRequest object. Before I made my decision, I had searched for some ways to encrypt information with JavaScript and I had found a lot of websites ( here. If you have an md5 hash a...
webdevlucian.blogspot.com
Web Development: December 2007
http://webdevlucian.blogspot.com/2007_12_01_archive.html
What a web developer would find interesting. Enter your search terms. Monday, 17 December 2007. Form submit weirdness in Opera 9.20. Here's one for you:. I have a few input form elements on a page, one of them is of type 'submit'. Because I don't use a form to submit this information, I set an event listener for one of the inputs like so:. So that if enter is pressed, an action is performed. Similarly for the 'submit' input. So if the button is clicked the same action will be performed. My conclusion: Op...
programmer209.wordpress.com
FASM – x86 Modular Exponentiation | Assembly Language Programming
https://programmer209.wordpress.com/2012/04/10/fasm-x86-modular-exponentiation
April 10, 2012. FASM – x86 Modular Exponentiation. Filed under: Assembly Language. 8212; Tags: Assembly Language. 8212; programmer209 @ 8:12 pm. The x86 code below implements the modular exponentiation calculation. The algorithm I use to do this calculation is the left to right binary method which uses exponentiation by squaring. The program was developed using FASM – the flat assembler. It uses a dialog box as the main window and looks like this:. The modular exponentiation calculation is:. Exponentiati...
webprog.net
WebProg.Net
http://www.webprog.net/home/seccritto.htm
Sicurezza reattiva vs sicurezza proattiva. Generazione di numeri pseudo-casuali con algoritmi di grande qualità. Raccolta di 455.042.511 numeri primi. Sito di uno dei massimi esperti mondiali di criptografia. An Overview of Cryptography. Buona risorsa online sulla crittografia (in inglese). Allegato n.1 - Introduzione alla Crittografia. Allegato n.2 - DES. Allegato n.3 - MD5. Allegato n.4 - RSA. Allegato n.5 - PGP Tutorial.