• 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

verify url secKey

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

I need some help Generating the secKey and verify url secKey .
These are the fields i'm trying to encode in the secKey.

pVersion=0046
contRep=A5
docId=DF40A8F26EFD62F1A770005056C00008
compId=data
docProt=rud
accessMode=c
authId=CN=D01
expiration=20100405134708
Content-Length: 1024


cirtificate details :
Signature Algorithm: SHA1withDSA

And this is the secKey I'm obtaining:

MTg3ZTk1ZjMyMjM3NTZhMGIwYjRlM2NlM2M5OGI3ODU=
but in the URL secKey parameter is about 500 bytes long :

MIH4BgkqhkiG9w0BBwKggeowgecCAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHATGBxzCBxAIBATAZMA
4xDDAKBgNVBAMTA0QwMQIHIAkJASIgFTAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQE
HATAcBgkqhkiG9w0BCQUxDxcNMTAwNDA1MTE0NzA4WjAjBgkqhkiG9w0BCQQxFgQUD/O/VzHDY/E+IkIHWJG/0/JuPjgwCQYHKoZIzjgEAwQvMC0CFHfKgLxMqQ2yMdmlhBpg+4/WvM10AhUAk2APSmTb34pCkBCoEMZKdetZFrA=

how can i generate and verify the seckey

I've seen such documents as:
http://help.sap.com/saphelp_nw2004s/helpdata/en/f5/9561c8f3b111d1955b0000e82deb58/content.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/9b/e8c192eaf811d195580000e82deb58/content.htm
Has anybody tried this? How do you verify the url?
Code and tipps welcome!!!
Please help

Thanks in advance.

Mahesh.B
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not clear on what you're trying to do - creating an URL that encrypts all the parameters you listed with the "secKey" key? If so, what does the second (long) secKey have to do with it?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic