Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.246.000 Times

Convert::ASN1 0.20

  Date Added: September 24, 2010  |  Visits: 1.244

Convert::ASN1

Report Broken Link
Printer Friendly Version


Product Homepage
Download (153 downloads)



Convert::ASN1 is an ASN.1 Encode/Decode library. SYNOPSYS use Convert::ASN1; $asn = Convert::ASN1->new; $asn->prepare(q<<br /> [APPLICATION 7] SEQUENCE { int INTEGER, str OCTET STRING } >); $pdu = $asn->encode( int => 7, str => "string"); $out = $asn->decode($pdu); print $out->{int}," ",$out->{str},"n"; use Convert::ASN1 qw(:io); $peer = asn_recv($sock,$buffer,0); $nbytes = asn_read($fh, $buffer); $nbytes = asn_send($sock, $buffer, $peer); $nbytes = asn_send($sock, $buffer); $nbytes = asn_write($fh, $buffer); $buffer = asn_get($fh); $yes = asn_ready($fh) Convert::ASN1 encodes and decodes ASN.1 data structures using BER/DER rules..

Requirements: No special requirements
Platforms: Linux
Keyword: Asn Buffer Encode Decode Fh Libraries Programming
Users rating: 0/10

License: Freeware Size: 61.44 KB
USER REVIEWS
More Reviews or Write Review


CONVERT::ASN1 RELATED
Communication  -  Encode Decode ASCII Binary 1.1
Very simple program to convert regular ASCII text to a block of binarry numbers and vise versa. Just run the following commands to view an example:encode('test.txt','binary.txt')decode('binary.txt','ascii.txt')
10 KB  
Libraries  -  Math::BaseArith 1.00
Math::BaseArith is a Perl extension for mixed-base number representation (like APL encode/decode). SYNOPSIS use Math::BaseArith; encode( value, base_list ); decode( representation_list, base_list ); The inspiration for this module is a...
6.14 KB  
Libraries  -  Tie::Eudora 0.01
Tie::Eudora is a Perl module that can encode/decode emails, read/write emails in Eudora mailbox files. SYNOPSIS #### # Subroutine interface # $encoded_email = decode_record($mailbox_email); @email = decode_field($encoded_email);...
66.56 KB  
Libraries  -  Encode::JIS2K 0.02
Encode::JIS2K is a Perl module forJIS X 0212 (aka JIS 2000) Encodings. SYNOPSIS use Encode::JIS2K; use Encode qw/encode decode/; $euc_2k = encode("euc-jisx0213", $utf8); $utf8 = decode("euc-jisx0213", $euc_jp); ABSTRACT This module...
399.36 KB  
Libraries  -  Text::Editor::Vip::Buffer::DoUndoRedo 0.04
Text::Editor::Vip::Buffer::DoUndoRedo is a non optional plugin for a Text::Editor::Vip::Buffer. The do, undo, redo functionality of Text::Editor::Vip::Buffer is implemented by this package. This package automatically extends a...
53.25 KB  
Libraries  -  Number::Encode 1.00
Number::Encode is a Perl module to encode bit strings into digit strings. SYNOPSIS use Number::Encode qw(nonuniform uniform); Provides a mechanism to convert arbitrary bit-strings into numeric digit strings. The transformation can be uniform...
2.05 KB  
Networking  -  wp-codec-cn 0.2-SNAPSHOT
Encode / decode the posts and comments with one of the following algorithms: base64, phpjsrsa, rune word etc.
10 KB  
Audio Encoders & Decoders  -  MP3 WAV Studio 6.98.121120
MP3 WAV Studio is an all-in-one solution for burning, ripping and playing of audio files. In addition, the program can also create, encode, decode and convert between MP3 and other formats. Additional features include jitter-correction for ripping...
11.88 MB  
Security Tools  -  Mime Tool 2.1.7.9
Mime Tool is a simple interactive application designed to help you encode / decode texts and files via MIME Base64 encoding.
297 KB  
Libraries  -  Jarmor 1.0
Jarmor is a tiny collection of java filters implementing ASCII armors. ASCII armors are data converters between binary format and textual format. They are used for example by mailers to handle mail attachements. They can also be used for example...
17.41 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB