Log in

I forgot my password

Search
 
 

Display results as :
 


Rechercher Advanced Search

Latest topics
» Equation
Thu Nov 05, 2009 8:47 am by Anonymous

» Another formula on the sphere algorithm
Fri Oct 09, 2009 12:46 pm by Anonymous

» Discussion of ketone aldehyde
Fri Aug 07, 2009 10:53 am by vikasm

» Introduction of benzalkonium chloride
Fri Aug 07, 2009 10:52 am by vikasm

» RSA problem
Sat Apr 18, 2009 1:07 pm by tihomir_wwf

» Interactive math exersises web (www.emathematics.net) Fantastic!!!
Sun Mar 15, 2009 7:02 pm by evagavila

» how to factorize
Sat Mar 07, 2009 8:37 pm by Anonymous

» 12 to the power of 3?
Sat Mar 07, 2009 8:31 pm by Anonymous

» Mathtoolbox Software For Teaching Elementary Maths
Mon Feb 16, 2009 2:42 pm by Terrance

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Statistics
We have 23 registered users
The newest registered user is susanspy

Our users have posted a total of 75 messages in 54 subjects

RSA problem

Post new topic   Reply to topic

View previous topic View next topic Go down

RSA problem

Post  tihomir_wwf on Sat Apr 18, 2009 1:07 pm

Hi friends,

my trying to create implementation of RSA algorithm, when I follow the algorithm I create:
random big prime integers - p and q
calculate n = p*q
phi = (p-1)*(q-1)
also, I calculate, e and d

I knoe that n and e represent the public key, but I have to represent the public key as single string, is there way how to this conversions:

n, e ---> public_key_as_string_variable

public_key_as_string -> n and e BigInteger variables

n, d ---> private_key_as_string_variable

private_key_as_string_variable ---> n, d

Thanks you very much in advanced for every help

tihomir_wwf

Number of posts: 1
Registration date: 2009-04-18

View user profile

Back to top Go down

View previous topic View next topic Back to top


Permissions of this forum:
You can reply to topics in this forum