Benign gem 1,091,568 installs Download

philiprehberger-base_convert 0.2.0

“Encode and decode data in Base32 (Crockford), Base58 (Bitcoin), Base62, and Base85 (ASCII85) formats. Also supports arbitrary base encoding…”

Ruby loads a relative source moduleRuby pack decodes hexadecimal data
SHA-25667d46e8d5c78f62427628a9962f6d209671eea05e616248596bb9594390833de
MaleculeH₂(DbOs)

Evidence

Ruby loads a relative source module lines 1–6
1# frozen_string_literal: true
2
3require_relative 'base_convert/version'
4require_relative 'base_convert/base32'
5require_relative 'base_convert/base58'
6require_relative 'base_con …
Ruby pack decodes hexadecimal data lines 104–111
104:50… tring}" unless string.match?(/\A[0-9a-fA-F]+\z/)
105
106 [string].pack('H*')
107 end
108
109 # Encode an integer in an arbitrary base (2-62)
110 #
111 # @param integer [Integer] the input integer (must be >= …

No evidence locations were recorded for this file. Raw result

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.