Operating System - HP-UX
1820752 Members
3528 Online
109627 Solutions
New Discussion юеВ

Password Encryption in perl by use of DotNET public key

 
Rajeshwar Sharma
Occasional Contributor

Password Encryption in perl by use of DotNET public key

Hi I am using the DotNet public key which was generated by the CryptoServiceProvider function, in Perl for encrypting the Password.
Can anyone give me which module supports to generate the Encryption in 128 bits by using the DotNet public key in Perl.
2 REPLIES 2
Ralph Grothe
Honored Contributor

Re: Password Encryption in perl by use of DotNET public key

Hi Rajeshwar,

the core Perl as well as an abundance of supplementary modules offer cryptographic functionality.
Unfortunately, I have idea whatsoever which algorithms the mentioned .Net provider function uses.
But I would expect that its documentation should mention this.
Once you know the involved algorithm I would suggest to http://search.cpan.org
Madness, thy name is system administration
Rajeshwar Sharma
Occasional Contributor

Re: Password Encryption in perl by use of DotNET public key

In CryptoServiceProvider function they used the RSA alogrithm.
I went through "serach.cpan.org" but i did not found any module which is used the public Key from CryptoServiceProvider.
In my case I used the Public key from Dotnet Fuction CryptoServiceProvider,in our Perl module but i am not able to encrypt the data, I tested on the following module: Crypt:CBC,Crypt::Rijndael,Crypt::RSA and other modules also but i did not get any good solution
i need help to solve thid problem

Thanks
raj