Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • perl-Crypt-SSLeay Crypt::SSLeay - OpenSSL glue that provides LWP https support
  • erc-crypt ... add the following to your init file: (require 'erc-crypt) #+END_SRC Alternatively, you can install through [[https://melpa.org ... manager. * Usage Interactively #+BEGIN_SRC emacs-lisp M-x erc-crypt-enable ; Enable encryption for the current ERC buffer M ...
  • Crypt-SaltedHash ... side of the colored hat line, but the data is there. METHODS new( [%options] ) Returns a new Crypt::SaltedHash object. Possible keys for *%options* are: * *algorithm*: It's also possible to use common string ...
  • Module-Crypt ... a XS module. This lets you distribute binary versions without disclosing code. ------------ Requirements ------------ Module::Crypt requires Module::Build as a backend. ------------------ Basic Installation ------------------ Module::Crypt may be ...
  • WSU-Crypt ... on TwoFish and SKIPJACK combined. Copyright (c) 2012 Skylar Hiebert WSU-Crypt is a block-encryption program based upon Twofish by Bruce Schneier, ... : Ruby 1.8.7, Ruby 1.9.3 Usage: wsu-crypt [OPTION]... [-e|-d] FILE1 FILE2 Encrypt or Decrypt FILE1 with a ...
  • simple-crypt ... // show the algorithms available for use print_r( SimpleCrypt::get_available_algorithms() ); // encrypt a string using Triple DES (CBC mode) $crypt = new SimpleCrypt( 'tripledes', 'mysecretkey' ); $encrypted_data = $crypt->encrypt_data( 'stringtoencrypt' ...
  • CS527-WSU-Crypt-64-bit WSU Crypt for 64-bit All code is copyrighted.
  • crypt-demo ... 8 characters of a plaintext password. Subsequent characters are ignored. crypt(3) is implemented in just about every language. * ... www.codeproject.com/Articles/9183/A-C-implementation-of-Unix-crypt] * C, C++: in unistd.h * Java: {Several implementations ...
  • Crypt-Nash Implementation of John Nash's cryptosystem NAME Crypt::Nash - Implementation of Nash Cryptosystem DESCRIPTION This is a self-synchronizing cipher feedback stream cipher proposed by John Nash in 1950, just recently declassified. NOTES -- ...
  • Crypt-OpenSSL-Blowfish-CFB64 ... OpenSSL SYNOPSIS use Crypt::OpenSSL::Blowfish::CFB64; my $crypt = Crypt::OpenSSL::Blowfish::CFB64->new($key); # or my $crypt = Crypt::OpenSSL::Blowfish::CFB64->new($key, $ivec = pack( C8 => 1,2,3,4,5,6,7,8 )); my $ ...