Registry / serialization / url-safe-base64

url-safe-base64

JSON →
library0.2.2rbrubygemsunverified

Converts strings to and from a modified base64 encoding that contains only URL-safe characters.

gem install url_safe_base64
INSTALL
IMPORT
SIG · URL-SAFE-BASE64
U
url-safe-base64
serializationrubyv0.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

URLSafeBase64
require 'url_safe_base64'

Encode and decode strings to URL-safe base64

require 'url_safe_base64' encoded = URLSafeBase64.encode('Hello World') puts encoded decoded = URLSafeBase64.decode(encoded) puts decoded
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
url-safe-base64 — gem install url-safe-base64 · libregistry