-
-
crypt-scrypt
Perl interface to the scrypt key derivation function
Crypt-Scrypt
============
This module provides a Perl interface to the scrypt key derivation function.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make ...
-
crypt-ssss
... shares would be enough
to reconstruct the secret. $p is a prime number.
Returns hashref of Crypt::SSSS::Message.
"ssss_reconstruct"
my $secret = ssss_reconstruct(
shares => $shares,
p => $p, # 257 by ...
-
Crypt-GCrypt
... as AES/Rikndael,
Twofish, Triple DES, Arcfour etc., while asymmetric cryptography is being
developed.
------------
Requirements
------------
Crypt::GCrypt requires that libgcrypt is installed on your system. You can
use your favourite package manager ...
-
spotifyontheweb-crypt
CoffeeScript crypto routines used for SpotifyOnTheWeb
spotifyontheweb-crypt
=====================
A couple of cryptographic functions in CoffeeScript. Previously used on the deceased SpotifyOnTheWeb.com project.
* Tom Wu's big integer + random number ...
-
mongoose-crypt
... support for basic encryption in Mongoose
==============
### Overview
Mongoose-Crypt is an extension for Mongoose that implements basic ... in the
Mongoose ORM.
### Installation
npm install mongoose-crypt
### Setup
To install all of the types, plugins ...
-
Crypt-OpenSSL-RSA
...
$rsa_pub->use_sslv23_padding(); # use_pkcs1_oaep_padding is the default
$ciphertext = $rsa->encrypt($plaintext);
$rsa_priv = Crypt::OpenSSL::RSA->new_private_key($key_string);
$plaintext = $rsa->encrypt($ciphertext);
$rsa = Crypt:: ...
-
up-crypt
Client side encrypted file upload with HTML5
# What is up-crypt
up-crypt is a POC demonstrating how the HTML5 FileAPI can be used to
implement client side AES encrypted file upload.
The crypto part is done by crypto-js (https://code.google.com/p/crypto- ...
-
Acme-Indigest-Crypt
Acme::Indigest::Crypt - I have no idea what this does
NAME
Acme::Indigest::Crypt - Acme::Indigest::Crypt
VERSION
version 0.0011
AUTHOR
Robert Krimen
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by ...
-
Crypt
... PHP and JavaScript functions made to encrypt and decrypt strings.
Crypt uses an encryption method based on the wonderful code by ... confuse an amateur hackers.
##Usage:
In order to use Project Crypt you must first include the script corresponding to the ...
-
crypt
A text adventure game written in Perl 6
Crypt
=====
An adventure game written in Perl 6.
-