Crypt::GOST

Crypt::GOST is a Perl module that contains the GOST encryption algorithm.
Download

Crypt::GOST Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Abhijit Menon-Sen
  • Publisher web site:
  • http://search.cpan.org/~ams/Crypt-GOST-1.00/GOST.pm

Crypt::GOST Tags


Crypt::GOST Description

Crypt::GOST is a Perl module that contains the GOST encryption algorithm. Crypt::GOST is a Perl module that contains the GOST encryption algorithm.SYNOPSISuse Crypt::GOST;$cipher = Crypt::GOST->new($key);$ciphertext = $cipher->encrypt($plaintext);$plaintext = $cipher->decrypt($ciphertext);GOST 28147-89 is a 64-bit symmetric block cipher with a 256-bit key developed in the former Soviet Union. Some information on it is available at .This module implements GOST encryption. It supports the Crypt::CBC interface, with the functions described below. It also provides an interface that is backwards-compatible with Crypt::GOST 0.41, but its use in new code is discouraged. Requirements: · Perl


Crypt::GOST Related Software