Search Results

0
votes
1answer
550 views

Ruby Integer to Binary string

I need to encrypt a integer, but all the crypto libraries only support strings. What is the proper method to convert a integer to a binary string in Ruby? (not '10111', I think that it's AS …