Unsolved
This post is more than 5 years old
18 Posts
0
1630
April 22nd, 2010 15:00
Porting getShareableUrl from Java to PERL (Linux)
I'm a Solutions Engineer with EMC. I'm trying to port getShareableUrl into a PERL script that I'm working on. I've read the source code on:
The function is straightforward except I can't find the sign() function documented:
String signature = sign( sb.toString() );
I'm hoping to find a comparable Linux executable or PERL library to create the SSH HMAC signature.
Any help is appreciated.
Jason Thornbrugh
Principal Solutions Engineer
GSC Demo Cloud



thornj1
18 Posts
0
April 22nd, 2010 16:00
Never mind. I found it on line 1765 of the same: