You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wellrailed
Has anybody had to implement FIPS 1420 compliant encryption schemes before and if so what did you use?
I am thinking that the PGP SDK might be suitable but they don't have ruby bindings (it's an .so file I think) how hard is it to make calls into a C library with ruby? Are there issues with re-entrancy if I am doing this from a rails app?
Stephen Davis
unread,
Jun 21, 2009, 8:21:40 PM6/21/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WellR...@googlegroups.com
For using .so libraries you could try http://kenai.com/projects/ruby-ffi, though I couldn't get it to work. Or, you can write some glue code in C.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WellR...@googlegroups.com
Whoops, i see your point Stephen, but that's what a Google search turns up and I didn't need to look any deeper for my stuff. It's only a few second read anyway..