Hello, 
I am trying to decrypt the encryptedPDU. 

    my $var4 = $msgData->{encryptedPDU};
    Trace("encryptedPDU:$var4");


encryptedPDU:k¬ºïm=u¹ÖŠ‰÷É,ö8»cºÊ°³fÇåÙ¼p¡+˜ã
ìÎËbÅOùvˆ†&`¸
7by4I8«òpPëè¼…ˆÊäºP)–vè9ËS‚


I want to know how can I use DES package to decrypt it? 
How to get a plaintext out of the encrypted values? 
Any kind of help is appreciated. 

Best regards,
Rupesh


-----Original Message-----
From: Gaikwad, Rupesh [mailto:rupesh_gaik...@bmc.com] 
Sent: Thursday, August 06, 2009 1:47 PM
To: Dave Shield
Cc: net-snmp-users@lists.sourceforge.net
Subject: RE: SNMP v3 support from perl scripts

Thank you this input Dave!
OK. I will try these steps and will let all know the results. 
Best regards,
Rupesh

-----Original Message-----
From: dave.shi...@googlemail.com [mailto:dave.shi...@googlemail.com] On Behalf 
Of Dave Shield
Sent: Thursday, August 06, 2009 1:11 PM
To: Gaikwad, Rupesh
Cc: net-snmp-users@lists.sourceforge.net
Subject: Re: SNMP v3 support from perl scripts

2009/8/6 Gaikwad, Rupesh <rupesh_gaik...@bmc.com>:
> I want to do the SNMP v3 support by using perl scripts. Can anyone suggest
> me on how to start with?

Simply call the "SNMP::Session" constructor with the SNMPv3 parameters
you need to use.   See the 'SNMP(3)' man page for details.

I would probably suggest that you start by working with the command-line
tools, to ensure that SNMPv3 support is working properly.

See README.snmpv3 for more details about setting up SNMPv3.
There are also tutorials on the project website.

Dave

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users
------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to