Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > ruby OpenSRS implementation

Reply
Thread Tools

ruby OpenSRS implementation

 
 
Steve Price
Guest
Posts: n/a
 
      02-02-2007
I've been working to put an OpenSRS reseller site on rails and threw
together a quick implementation of their XCP client protocol. It isn't
fully-featured, well-documented, ... but it's a start that gets most of
the harder bits out of the way.

http://havk.org/ruby/ruby-opensrs-0.0.1.tgz

On a more general Ruby note it contains a perl-compatible Blowfish
implementation so if you have a legacy perl app that you want to talk
to from Ruby that does CBC Blowfish encryption in RandomIV header
mode then this might help. The issues I ran into were that the Ruby
Crypt::CBC wasn't padding the way perl's implementation desired and
perl forcibly mangled the key to be 56 bytes long *even* if it was
already that long to begin with.

-steve

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Insertion Sort : C++ implementation 100 times slower than C implementation sanket C++ 7 11-03-2011 05:00 AM
Knowing the implementation, are all undefined behaviours become implementation-defined behaviours? Michael Tsang C Programming 54 03-30-2010 07:46 AM
Knowing the implementation, are all undefined behaviours become implementation-defined behaviours? Michael Tsang C++ 32 03-01-2010 09:15 PM
OpenSRS A.N. Onymous Esq Computer Support 0 03-26-2008 06:42 PM
#!/usr/bin/ruby , #!/usr/bin/ruby -w , #!/usr/bin/ruby -T?, #!/usr/bin/ruby -T1... anne001 Ruby 1 04-23-2006 03:02 PM



Advertisments