Javascript String toHex()
toHex()
String.prototype.toHex = function() { var buffer = forge.util.createBuffer(this.toString()); return buffer.toHex(); }