Menu

Tree [533044] master /
 History

HTTPS access


File Date Author Commit
 md5 2013-07-04 David Finkel David Finkel [789e61] use the shadow space below the stack as a tempo...
 primes 2013-07-04 David Finkel David Finkel [533044] Add a comment about early abort.
 rot13 2010-01-13 david david [92ebfe] removed the trunk directory, ( a bug in how I o...
 table 2010-01-13 david david [92ebfe] removed the trunk directory, ( a bug in how I o...
 wordfrequency 2010-07-29 david david [008909] Merge branch 'newprimes'
 README 2010-01-13 david david [92ebfe] removed the trunk directory, ( a bug in how I o...

Read Me

In this repository are several subprojects:
	- Code for a program to generate a list of prime numbers using the least efficient implementation around.
	- A set of frequency analysis tools:
		one tool: (frequency.c) generates a list of letters 
			and digrams sorted by frequency.
		The other tool: (wordfreq.c) generates a list of words,
			letters and digrams, sorted by frequency.
		These two tools share some base code, and use a subset 
			of ASCII to reduce memory usage.
	- A set of password cracking tools, still under development
	- A very basic and fast ASCII rot13 translator


A quick remark about the name:
	This project is called the crypto toolkit because it is a 
	collection of tools I have written which are loosely related 
	to cryptography/cryptology.

primes can be useful for working with very simple textbook RSA, both 
	deciphering and key generation.

wordfreq and frequency were written for the purpose of gathering statistics
	useful for deciphering monoalphabetic substitution ciphers