Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@captn3m0
captn3m0 / LICENSE.txt
Created September 28, 2011 14:16 — forked from p01/LICENSE.txt
Sudoku Solver in 140bytes
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 Mathieu 'p01' Henri <http://www.p01.org/releases/>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@captn3m0
captn3m0 / index.mkd
Created June 16, 2012 06:13 — forked from AartiNdi/Hash Functions.
Brief summary of what I know about hash functions

##BLOG ON CRYPTOGRAPHY

Today, people in general relate to cryptography mostly in regard to the security of their passwords. The passwords are worthless if others have resources to know it.

Today most of the websites dont simply use cryptographic hash functions like SHA256, MD5 etc. directly on the password. Instead random bits ( salt ) are added while encrypting them so that even when two users enter the same password the hashes that are generated are different from each other.

Hashes like SHA1 , SHA256, MD5 etc. are general purpose hashes. They have been designed to hash a large amount of data as quickly as possible.

An encryption algorithm for securely storing your password should have the following characteristics:

@captn3m0
captn3m0 / index.html
Created June 16, 2012 10:13 — forked from demonslayer68/Injection attacks.md
a simple guide to injection attacks
<html>
<body>
<form action='submit.php' method='get'>
Enter your name : <input type='text' name='name' /><br />
<input type='submit' value='Submit' />
</form>
</body>
</html>
@captn3m0
captn3m0 / dabblet.html
Created December 7, 2013 07:59 — forked from anonymous/dabblet.html
Untitled
<BR><table width=650px align=center border=0 ><tr><td align=center>STATEMENT SHOWING THE TOTAL NUMBER OF DAYS EACH MEMBER SIGNED</table></tr></td><table width=650px align=center border=0 ><tr><td align=center>THE ATTENDANCE REGISTER DURING THE XIV SESSION OF15TH LOK SABHA</table></tr></td><BR><table width=650px align=center ><tr><td align=center>Monsoon Session</table></tr></td><table width=650px align=center ><tr><td align=center>(05.08.2013 to 06.09.2013)</table></tr></td><table width=650px align=right ><tr><td align=center>No. of sittings:21</table></tr></td><BR><BR><table cellspacing="1" cellpadding="1" rules="all" border="1" id="DataGrid1" style="border-color:#8080FF;height:884px;width:100%;">
<tr>
<td align="left" valign="top" style="background-color:#CCCCCC;font-weight:bold;width:50mm;white-space:nowrap;">Name of Member</td><td align="left" valign="top" style="background-color:#CCCCCC;font-weight:bold;width:30mm;white-space:nowrap;">Constituency</td><td align="left" valign="top" style="background-c
@captn3m0
captn3m0 / dabblet.html
Created December 7, 2013 08:02 — forked from anonymous/dabblet.html
Untitled
<BR><table width=650px align=center border=0 ><tr><td align=center>STATEMENT SHOWING THE TOTAL NUMBER OF DAYS EACH MEMBER SIGNED</table></tr></td><table width=650px align=center border=0 ><tr><td align=center>THE ATTENDANCE REGISTER DURING THE XIV SESSION OF15TH LOK SABHA</table></tr></td><BR><table width=650px align=center ><tr><td align=center>Monsoon Session</table></tr></td><table width=650px align=center ><tr><td align=center>(05.08.2013 to 06.09.2013)</table></tr></td><table width=650px align=right ><tr><td align=center>No. of sittings:21</table></tr></td><BR><BR><table cellspacing="1" cellpadding="1" rules="all" border="1" id="DataGrid1" style="border-color:#8080FF;height:884px;width:100%;">
<tr>
<td align="left" valign="top" style="background-color:#CCCCCC;font-weight:bold;width:50mm;white-space:nowrap;">Name of Member</td><td align="left" valign="top" style="background-color:#CCCCCC;font-weight:bold;width:30mm;white-space:nowrap;">Constituency</td><td align="left" valign="top" style="background-c
@captn3m0
captn3m0 / dabblet.html
Created December 7, 2013 08:02 — forked from anonymous/dabblet.html
Untitled
<BR><table width=650px align=center border=0 ><tr><td align=center>STATEMENT SHOWING THE TOTAL NUMBER OF DAYS EACH MEMBER SIGNED</table></tr></td><table width=650px align=center border=0 ><tr><td align=center>THE ATTENDANCE REGISTER DURING THE XIV SESSION OF15TH LOK SABHA</table></tr></td><BR><table width=650px align=center ><tr><td align=center>Monsoon Session</table></tr></td><table width=650px align=center ><tr><td align=center>(05.08.2013 to 06.09.2013)</table></tr></td><table width=650px align=right ><tr><td align=center>No. of sittings:21</table></tr></td><BR><BR><table cellspacing="1" cellpadding="1" rules="all" border="1" id="DataGrid1" style="border-color:#8080FF;height:884px;width:100%;">
<tr>
<td align="left" valign="top" style="background-color:#CCCCCC;font-weight:bold;width:50mm;white-space:nowrap;">Name of Member</td><td align="left" valign="top" style="background-color:#CCCCCC;font-weight:bold;width:30mm;white-space:nowrap;">Constituency</td><td align="left" valign="top" style="background-c