-
-
cryptowheel
... with my kids
# Crypto-Wheel Project
This will allow you to automatically encrypt or decrypt a text based
on the man-made Crypt-Wheel. When using the physical wheel, always
encrypt from BLUE to WHITE and decrypt from WHITE to BLUE. Make sure
to properly ...
-
Crypton
... html)
**Or you can use [PassLib](http://packages.python.org/passlib/)**
##Usage
from pbkdf2 import crypt
pwhash = crypt("secret")
print pwhash
alleged_pw = raw_input("Enter password: ")
print crypt(alleged_pw, pwhash)
if pwhash ...
-
xpdf
... /PDFS/TN/OPI_13.pdf
Anonymous, RC4 source code.
ftp://ftp.ox.ac.uk/pub/crypto/misc/rc4.tar.gz
ftp://idea.sec.dsi.unimi.it/pub/crypt/code/rc4.tar.gz
[This is the algorithm used to encrypt PDF files.]
T. Boutell, et al., "PNG (Portable Network Graphics) ...
-
CIS753_PA1
... I used to manipulate bit strings is "python-bitstring"
http://code.google.com/p/python-bitstring/
The package I used for crypt is "PyCrypto"
https://www.dlitz.net/software/pycrypto/
first write commands to "in.txt", each line represents one command
then ...
-
fluffOS
... groups rec.games.mud.{admin,announce,misc,lp,tiny,diku}.
On subdirectories:
amiga/ Contains amiga support files; a crypt package is also
provided for systems missing DES crypt()
include/ Useful #defines for the mudlib to ...
-
asterisk-mstranslate
... variables.
------------
Requirements
------------
Perl The Perl Programming Language
perl-libwww The World-Wide Web library for Perl
perl-Crypt-SSLeay or perl-IO-Socket-SSL for use of SSL/TLS encryption
Internet access in order to contact MS ...
-
cryptsetup-offset
... --keyfile-offset and --new-keyfile-offset (SUBJECT TO REBASE)
cryptsetup
setup cryptographic volumes for dm-crypt (including LUKS extension)
WEB PAGE:
http://code.google.com/p/cryptsetup/
FAQ:
http://code.google. ...
-
fgtk
... -related.
Shouldn't compromise deterministic stuff though, e.g. dm-crypt operation (except
new key generation in cryptsetup or such).
... scrypt, as it's likely some short string.
Usage examples::
% crypt -ek my-secret-key secret.tar secret.tar.enc
% ...
-
extension-of-stackable-file-system
... .2.2.
* The File System implements address space operations as well as it is extended to be a crypt file system.
--------------------
SYSTEM REQUIREMENTS
--------------------
* The WRAPFS File system is implemented in CentOS v 3.2.2. Gcc version is ...
-
htpasswd
...
- :password: Password for the user
- :type: Password algorithm to use. Valid options are: "md5", "bcrypt", "sha1", "plaintext", or "crypt". Default is
"md5"
- :mode: File mode for the file. Default is `0640`.
### Example
```ruby
# add user "foo" with ...
-