Search found 1 match

by arminschenkel
14 May 2013 4:22
Forum: Exploitation / Operation
Topic: How to know ORDERNO from ORDERID
Replies: 27
Views: 53663

in case you want to do the conversion on an agent machine

you can easily use this one-liner in ruby:

ruby -e 'print 63978706.to_s(36)'
123aaa


the other way round:

ruby -e 'print "123AAA".to_i(36)'
63978706