SQLScholar
Programmer
Hey all,
What I am looking to do is this.
1) End user wants to do something which requires authorisation. So they click a box which brings up a screen showing
- Label with random string
- Combo with list of person who authorised
- textbox to type in
They phone up the poeple who can authorise it - they then read over the phone the string (if agreed).
2) The person who authorises it, types it into an app. Using the name of the person who Authorises it we encrypt the string and read it back.
3) The person then selects the name of the person who agreed and the authorisation code.
If sucessfull we then do some stuff....
But basically what i am looking for is an encryption algorithm which if the same key is used on the same string - you get the same result.
If possible would rather it wasnt a DLL or API - but not too worried if it is. I have looked online at various options but i am never sure if the same key\result thing will work.
If anyone can point me in the correct direction - i would be greatful.
TIA
Dan
----------------------------------------
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind - Dr. Seuss
Computer Science is no more about computers than astronomy is about telescopes - EW Dijkstra
----------------------------------------
What I am looking to do is this.
1) End user wants to do something which requires authorisation. So they click a box which brings up a screen showing
- Label with random string
- Combo with list of person who authorised
- textbox to type in
They phone up the poeple who can authorise it - they then read over the phone the string (if agreed).
2) The person who authorises it, types it into an app. Using the name of the person who Authorises it we encrypt the string and read it back.
3) The person then selects the name of the person who agreed and the authorisation code.
If sucessfull we then do some stuff....
But basically what i am looking for is an encryption algorithm which if the same key is used on the same string - you get the same result.
If possible would rather it wasnt a DLL or API - but not too worried if it is. I have looked online at various options but i am never sure if the same key\result thing will work.
If anyone can point me in the correct direction - i would be greatful.
TIA
Dan
----------------------------------------
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind - Dr. Seuss
Computer Science is no more about computers than astronomy is about telescopes - EW Dijkstra
----------------------------------------