• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

RC4 Problem

 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I need to verify that I am encrypting correctly using RC4. My output from the encryption is:

Mk8TYnKdcB%2BT1FzxgYVeIg6XwesVkNyRhQ11fk55IEeYl5vvZNQBBOI%3D

But, what another vender is expecting is more along these lines:

2O%13br%c2%9dp%1f%c2%93%c3%94%5c%c3%b1%c2%81%c2%85%5e%22%0e%c2%97%c3%81%c3%ab%15%c2%90%c3%9c%c2%91%c2%85%0du%7eNy+G%c2%98%c2%97%c2%9b%c3%afd%c3%94%01%04%c3%a2

They are quite a bit different. The code that I am using is as follows:



Can someone help me out?

Thanks,

Trish
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic