在新竹市搭15號公車可抵達港區,或乘坐往南寮漁港的新竹客運,於終點站下車。
Month: 三月 2007
Javascript
window.opener=null; window.close();
WII技術文件
C SHA 256 with Openssl
char md[SHA256_DIGEST_LENGTH];
int i;
SHA256_CTX ctx;
/* SHA 256 example */
SHA256_Init(&ctx);
SHA256_Update(&ctx, "a", 1);
SHA256_Update(&ctx, "b", 1);
SHA256_Update(&ctx, "c", 1);
SHA256_Final(md, &ctx);
for (i = 0; i < SHA256_DIGEST_LENGTH; i++)
printf("%02x", md[i] & 0xff);
printf("n");
int i;
SHA256_CTX ctx;
/* SHA 256 example */
SHA256_Init(&ctx);
SHA256_Update(&ctx, "a", 1);
SHA256_Update(&ctx, "b", 1);
SHA256_Update(&ctx, "c", 1);
SHA256_Final(md, &ctx);
for (i = 0; i < SHA256_DIGEST_LENGTH; i++)
printf("%02x", md[i] & 0xff);
printf("n");
Detection of SQL Injection and Cross-site Scripting Attacks
遊戲的新聞
Signtool.bat
signtool sign /d "MY CO., LTD." /f c:codesignmycredentials.pfx /p mypwd /t "http://timestamp.verisign.com/scripts/timstamp.dll" /du http://my.com.tw /v %1