#base64

  1. base64

    encodes and decodes base64 as bytes or utf8

    v0.22.1 58.6M #utf-8 #base64-encode #decode #encode
  2. base64ct

    Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of data-dependent branches/LUTs and thereby provides portable "best effort" constant-time operation and embedded-friendly no_std support

    v1.8.3 19.5M #base64 #pem #phc
  3. data-encoding

    Efficient and customizable data-encoding functions like base64, base32, and hex

    v2.10.0 18.5M #base64-url #base32 #hex #base64
  4. ct-codecs

    Constant-time hex and base64 codecs from libsodium reimplemented in Rust

    v1.1.6 678K #constant-time #base64 #cryptography #hex
  5. base64-url

    Base64 encode, decode, escape and unescape for URL applications

    v3.0.2 405K #base64-encode #utf-8 #base64 #url #decode
  6. rsbkb

    has multiple tools which are designed to be called directly (through symlinks). This allows various operations on data to be chained easily like CyberChef but through pipes.

    v1.9.0 370 #base64 #decode #encode #hack
  7. base64-simd

    SIMD-accelerated base64 encoding and decoding

    v0.8.0 7.6M #base64 #simd-accelerated #simd
  8. base64-serde

    Integration between rust-base64 and serde

    v0.8.0 264K #base64 #serde
  9. rspack_base64

    rspack base64

    v0.5.4 2.7K #rspack #javascript-bundler #base64 #webpack #rspack-bundler #web-performance #rstack
  10. data-encoding-macro

    Macros for data-encoding

    v0.1.19 1.5M #base32 #hex #macro #base64
  11. cj_common

    Collection of common functions used by cubicle-jockey projects

    v1.2.1 #base64 #hex #inset #range #bit
  12. base64-stream

    To encode/decode large data with the standard Base64 encoding

    v4.0.1 14K #base64 #stream #file-reader
  13. base-d

    Universal base encoder: Encode binary data to 33+ dictionaries including RFC standards, hieroglyphs, emoji, and more

    v3.0.31 170 #base64 #converter #unicode
  14. wycheproof

    test vectors

    v0.6.0 24K #cryptography #ecdsa #json-parser #eddsa #primality-testing #base64 #deserialize #test-cases #aead #cover
  15. deno_web

    Collection of Web APIs

    v0.265.0 49K #deno #web-api #readable-stream #events #text-encoding #base64 #data-storage #compression #infra
  16. sigstore-types

    Core types and data structures for Sigstore

    v0.6.3 2.4K #sigstore #sha-256 #serialization #checkpoint #bundle #log-entries #transparency #logging #attestation #base64
  17. base64-turbo

    The fastest memory-safe Base64 engine. Formally verified (Kani/MIRI). Features runtime AVX2/AVX512 detection, zero-allocation API, and robust no_std support.

    v0.1.6 #base64 #avx-512 #simd #performance #encoding
  18. secret_rs

    embed a secret value into a running binary

    v0.5.1 210 #file-content #encryption-key #encoding #json #config-file #base64 #config-json #deserialize #file-structure #env-vars
  19. serde_json_ext

    A serde_json extension that provides configurable bytes serialization formats (hex, base64, default array)

    v0.1.5 #serde-json #config #byte-format #base64 #extension #deserialize #url-safe #checksum #0x
  20. baid64

    Easy-to-check URL-safe Base64 encoding for identities

    v0.4.2 3.0K #base64 #mnemonic #encoding
  21. subtle-encoding

    Encoders and decoders for common data encodings (base64, bech32, hex) which avoid data-dependent branching/table lookups and therefore provide "best effort" constant time. Useful for encoding/decoding…

    v0.5.1 97K #base64 #constant-time #bech32 #hex #security
  22. dxcode

    [dxcode] A distinctive, URL‑safe binary encoder with the signature dx prefix

    v2.3.0 #base64 #dogxi #encoding #decoding
  23. basenc

    Encoding and decoding hex, base64 and base32 with support for #[no_std]

    v0.2.3 220 #base64 #utf-8 #encode #decode
  24. bergshamra-transforms

    Transform pipeline for Bergshamra XML Security library

    v0.3.0 #xml #signature #bergshamra #uri #pipeline #base64 #pkcs #inclusive #canonicalization #signature-verification
  25. enc

    aids in processing encoded data

    v0.18.0 #data-processing #encoded #aids #hex-encoding #varint #base64 #urlencode
  26. formatorbit-cli

    CLI tool that shows all possible interpretations of any data input

    v0.10.6 #uuid #dev-tools #base64 #decoder
  27. dev-kit

    DevKit Command-Line App

    v0.1.11 #json-query #base64 #uri-parser #json-path #command-line #parse-time #base64-encode #query-json #json-path-query
  28. serde-encoded-bytes

    Efficient bytestring serialization for Serde-supporting types

    v0.2.1 170 #serialization #messagepack #serde-json #serde-supporting #byte-string #byte-array #deserialize #base64 #hex-encoding #array-like
  29. tagged-base64

    User-oriented format for binary data. Tagged Base64 is intended to be used in user interfaces including URLs and text to be copied and pasted without the need for additional encoding, such as quoting or escape sequences.

    v0.4.1 17K #base64 #binary-encoding #tagged #binary-data-format #ui #user-oriented #url-safe #checksum #pasted #binary-data-encoding
  30. harmonia-utils-hash

    Hash utilities for Harmonia (content addressing, hash types)

    v0.0.0-alpha.0 #sha-256 #content-addressing #sha-1 #base64 #format #nix #md5 #base32 #sha-512 #sri
  31. base116

    Like Base85… but 31 more

    v0.1.10 600 #base64 #base85 #base
  32. base_xx

    Base X encoding

    v0.6.2 #base64 #hex-encoding #base58 #format #uuencode #base36 #a-z #rfc-4648 #0-9 #zero-copy
  33. jsonwebtokens

    A Json Web Token implementation for Rust

    v1.2.0 13K #jwt #api-token #web-api #signature-verification #cryptography #builder-pattern #base64
  34. formatorbit-core

    Core library for data format detection and conversion

    v0.10.6 #format-detection #data-conversion #base64 #format-conversion #decoder
  35. b64-ct

    Fast and secure Base64 encoding/decoding. This crate provides an implementation of Base64 encoding/decoding that is designed to be resistant against software side-channel attacks (such as timing…

    v0.1.3 2.5K #base64 #constant-time
  36. base64url_nopad

    Efficient and correct base64url without padding encoding and decoding

    v0.1.2 #base64-url #no-std #base64
  37. base64urlsafedata

    Base 64 Url Safe wrapper for Serde

    v0.5.4 480K #base64-url #url-safe #serde #base64
  38. harmonia-utils-base-encoding

    Base encoding utilities for Harmonia (Nix base32, hex, base64)

    v0.0.0-alpha.0 #base64 #nix #base32 #utilities #hex #lsb
  39. ootle_serde

    serde utilities for Tari Ootle

    v0.2.0 #tari #serde #deserialize #duration #hex-string #serialization #ootle #base64 #cbor #duration-seconds
  40. rbase64

    A fast multi-threaded base64 encoding library and CLI tool

    v2.0.3 5.1K #base64 #base64-encode #encode-decode
  41. astrid-crypto

    Cryptographic primitives for Astrid secure agent runtime

    v0.1.0 #cryptography #signature-verification #key-pair #secure #run-time #cryptographic-primitives #astrid #audit #base64 #serialization
  42. actix-middleware-etag

    ETag middleware for Actix web >= 4.8

    v0.4.6 9.0K #actix-web #actix-web-middleware #etag #request-headers #base64 #hash
  43. cargo-zhar

    A Rust-based command-line tool for extracting response bodies from HAR (HTTP Archive) files

    v1.0.1 #archive #har #cargo #http-response #chunked #gzip #tool-for-extracting #deflate #base64 #brotli
  44. midnight-zk-stdlib

    Standard library of circuits and utilities for Midnight zero-knowledge proofs

    v1.0.0 9.3K #zero-knowledge-proofs #midnight #bls12-381 #standard #chip #poseidon #jubjub #secp256k1 #blake2b #base64
  45. data-encoding-bin

    Swiss Army knife for data-encoding

    v0.3.8 #base32 #hex-encoding #base64 #base-conversion #hex
  46. const-decoder

    Constant functions for converting hex- and base64-encoded strings into bytes

    v0.4.0 17K #base64 #constant-evaluation #decoding
  47. simple-base64

    encodes and decodes base64 as bytes or utf8 with simple API

    v0.23.2 600 #base64 #base64-encode #utf-8 #decode #encode
  48. bred64

    highly-optimized base64 library for Rust

    v0.1.6 230 #base64 #base64-encode #encoding
  49. base256

    Encode and decode data in base 256 easily typed words

    v0.4.2 #word-list #base-16 #database #pgp #typed #binary-data-encoding #binary-encoding #input-data #base64 #eff
  50. base64-compat

    encodes and decodes base64 as bytes or utf8 - compatible with older Rust versions

    v1.0.0 22K #base64 #base64-encode #utf-8 #decode #encode
  51. binarytext

    Binary-to-text encoders / decoders

    v0.1.0 #base64 #base-16 #base32 #encode #decode
  52. fast32

    Base32 and base64 encoding in Rust. Primarily for integer (u64, u128) and UUID identifiers, as well as arbitrary byte arrays.

    v1.0.3 3.3K #base64 #uuid #base32 #ids
  53. ystd

    An opinionated and batteries included std mirror for convenient, correct code and pleasant error messages

    v0.0.11 650 #base64 #default #error-message #utf-8 #eyre #error-report #batteries #mirror #pleasant
  54. webbuf

    fast base64 and hex encoding/decoding

    v0.15.0 #base64 #hex-encoding #web #performance #hex
  55. quicktransform

    Lightning-fast encoder/decoder/hasher CLI & GUI tool

    v1.0.0 #sha-256 #base64 #utility
  56. nym-serde-helpers

    Serde helpers for hex/base64/base58/datetime

    v1.20.4 260 #nym #base64 #hex #serde #base58 #date-time #mixnet #zero-knowledge
  57. async-signatory

    Rust Signatory Kit

    v1.1.4 #base64 #md5 #timestamp #serde
  58. binascii

    Useful no-std binascii operations including base64, base32 and base16 (hex)

    v0.1.4 201K #base64 #base-16 #base32 #hex
  59. basexx

    utilities. base32, base64, base58, base56...

    v0.1.1 #base64 #base32 #base58 #base56
  60. fitgirl-decrypt

    decrypt torrents from fitgirl-repacks

    v0.5.0 700 #bittorrent #decryption #fitgirl #http-request #key #attachment #pbkdf2 #gcm #aes #base64
  61. bergshamra-enc

    XML Encryption for Bergshamra XML Security library

    v0.3.0 #encryption #xml #cryptography #xpath #bergshamra #decryption #base64 #pbkdf2 #hkdf #key-info
  62. aliri_base64

    Wrappers that make debugging and using byte arrays a bit nicer

    v0.1.8 68K #base64 #byte-array #encoding
  63. encodex

    cryptanalysis tool for legacy and modern codes, ciphers and hashes

    v0.2.0 450 #rfc-4648 #encryption #base64 #cryptanalysis #hash #base-16 #base32
  64. makeshot_ai

    High-quality integration for https://makeshot.ai/

    v67.0.11 #artificial-intelligence #makeshot #processing #integration #summary #screenshot #jpeg #base64
  65. iceyee_encoder

    Base64Encoder, HexEncoder, UrlEncoder

    v12.0.0 1.1K #base64-url #iceyee #hex #url #base64
  66. base91

    Encoding binary data as ASCII characters. Similar to base64, but more efficient.

    v0.1.0 1.2K #base64 #ascii #decode
  67. cdumay_error_base64

    base64 error

    v0.1.8 550 #base64 #cdumay #decode-error #convert #macro #error-handling #converter #error-macro
  68. base64easy

    encodes and decodes base64 as bytes or utf8

    v0.1.7 600 #base64 #utf-8 #base64-encode #decode #encode
  69. cdumay_base64

    base64

    v0.1.2 #base64 #cdumay #error-macro #decode-error #converter #error-handling #re-exports
  70. base64id

    Efficiently represent 64, 32 and 16 bit integers as base64url strings

    v0.4.1 #base64-url #integer #base64
  71. base64-string

    Base64 hash made using Rust

    v1.0.1 #base64 #hash
  72. debt64

    v9.0.1 1.0K #base64 #implementation
  73. hachi64

    哈吉米64 编解码器 - 使用64个中文字符进行 Base64 风格的编码和解码

    v0.1.6 #base64 #hachi #base64-codec #chinese
  74. data-encoding-v3

    Development branch of data-encoding 3.0.0

    v0.1.1 #base64-url #base32 #hex #base64
  75. acid64

    base64 decoder

    v0.1.0 #base64 #base64-url #input-file #arguments #stdin #from-command-line
  76. const_base

    Decoding/encoding base 64/32/16 strings at compile-time

    v0.2.0 1.0K #base64 #const-fn #encoding
  77. illuminate-string

    A comprehensive Rust library for advanced string manipulation and processing

    v0.2.0 #uuid #snake-case #camel-case #ulid #processing #markdown #title-case #text-wrapping #base64 #string-encoding
  78. base64_light

    Base64 Encoder & Decoder

    v0.1.5 18K #base64 #base64-encode
  79. cargo-anypoint

    PDK Cargo Anypoint

    v1.7.0 #pdk #documentation #define #cargo #base64 #generate-config
  80. slimbase64

    Tiny base64 encoder/decoder

    v0.1.0 #base64 #decoder
  81. lumen-provider-crypto

    The AI-Native Programming Language

    v0.1.1 #lumen #crypto-provider #sha-256 #artificial-intelligence #md5 #base64 #uuid #base64-encode #statically-typed #programming-language
  82. rb64

    Base 64

    v0.3.1 600 #base64 #base64-encode #no-std
  83. uuid-extra

    Minimalist UUID extra utilities for base encoding UUIDs (base64 and base58)

    v0.0.2 #uuid #base64 #base58 #base64-url #url-safe #encoded-string #v7 #uuid-generation
  84. bs64

    SIMD-accelerated Base64 encoding and decoding library

    v0.1.2 1.0K #base64 #simd-accelerated #simd
  85. two_five_six

    Two-five-six provides high-entropy, human-friendly identifiers

    v0.1.0 #base64 #identifier #high-entropy #url-safe #character #32-byte #alphabet #six #256-bit #human-friendly
  86. base64_type

    type wrapper for Vec<u8> that uses base64 for serialization

    v0.2.1 180 #base64 #serialization #vec
  87. authoscope

    Scriptable network authentication cracker

    v0.8.1 #scriptable #password-cracker #lua-script #password-cracking #user-agent #authentication #concurrency #sha-1 #base64 #base64-encode
  88. uuid-b64

    Base64 encoding for UUIDs

    v0.2.0 800 #base64 #uuid #serialization #display #serde
  89. ps-base64

    Base64 encode/decode

    v0.1.0-6 #base64 #base64-encode #decode
  90. get-data-url

    fetch HTTP resources and convert them to Data URLs

    v0.3.0 #data-url #http #base64 #encoding
  91. tauri-plugin-vicons

    Icon API for Tauri plugins (Created for VasakOS)

    v2.1.1 #tauri-plugin #icons #vasak-os #api #linux #plugin-system #base64
  92. ctf_party

    CTF Party is a tool that provides various cryptographic and network utilities for CTF (Capture The Flag) competitions. It is written in Rust and offers a command-line interface for easy usage…

    v0.2.0 #base64 #ctf #party
  93. rustls-pemfile

    Basic .pem file parser for keys and certificates

    v2.2.0 21.5M #certificate #parser #private-key #pem-parser #io #encryption #csr #public-key #base64 #crls
  94. tremor-common

    Tremor common functions

    v0.13.0-rc.33 2.7K #tremor #base64 #shared
  95. grapple_utils

    A collection of utilities for Rust development

    v0.2.0 #base64 #env-var #uuid #base-x #utilities #b64 #utc #b58 #b32 #base32
  96. binary_macros

    Macros for decoding base64-like encodings in string literals to [u8] literals

    v1.0.0 240 #base64 #binary-encoding #hex #hex-encoding
  97. basic64

    A straightforward implementation of base64

    v0.3.1 #base64 #io #input #self
  98. radix64

    A base64 library by another name

    v0.6.2 107K #base64 #base64-encode
  99. lib-base64

    A base64 (with padding) encoding and decoding library, which implements the encode() and decode() methods for the String and Vec<u8> types

    v2.1.0 360 #base64 #methods #string-encoding #padding
  100. blob-uuid

    Converts Uuid to a url friendly 22 character string blob

    v0.5.0 2.2K #uuid #blob #base64
  101. rs-rawzips2blobs2jsons

    Convert zips via stdin -> JSON blobs

    v0.1.0 #blob #base64 #zip #json #wasi
  102. basen

    Convert binary data to ASCII with a variety of supported bases

    v0.1.0 15K #ascii #convert-binary #binary-data #bases #base-16 #base58 #base10 #base64 #base36
  103. crabmole

    Porting Go standard library in Rust

    v0.1.8 #base64 #base32 #sorting #pipe
  104. irelia_encoder

    wrapper around the native LoL APIs

    v0.1.5 380 #native-api #lol #base64 #riot-games #irelia #serde-json
  105. makepad-base64

    Makepad base64

    v1.0.0 120 #base64 #makepad #opengl
  106. basehan

    A data encryption method using Chinese characters. Kind of like base64.

    v0.9.0 600 #chinese-characters #base64 #chinese #encoding
  107. rs-blob2json

    Converts the bytes to JSON

    v0.1.0 #json #blob #wasi #base64
  108. cryptotools

    cryptography library

    v0.3.0 120 #base64 #base64-encode #encryption #md5 #decode #cryptography
  109. libgb

    Collection of utility algorithms

    v0.1.0 #base64 #algorithm #collection-of-utility #date #codebase #serialization #base64-encode
  110. simple-base64-cli

    CLI binary for crate base64

    v0.1.1 #base64 #decode #encode #base64-encode #cli
  111. b64-cli

    fast command-line tool for encoding and decoding base64 strings

    v0.1.2 #base64 #command-line #decoder #cli
  112. simd-abstraction

    Abstract SIMD instruction sets

    v0.7.1 1.3M #simd-accelerated #base64 #instruction-set #simd
  113. Try searching with DuckDuckGo.

  114. nn_yandex_art

    working with Yandex ART API

    v0.2.0 #art #image-generation #yandex #model #text-image #aspect-ratio #message-builder #artificial-intelligence #base64
  115. line-bot-sdk-utils

    functions for LINE Bot SDK, including webhook signature validation

    v0.1.0 #line-bot-sdk #signature #validation #webhook #hmac-sha256 #constant-time #base64 #encryption-key
  116. e9571_base64_pro_lib

    base64 encoding/decoding with special character handling and file conversion support

    v0.1.0 #base64 #file-conversion #data-processing
  117. avila-crypto

    Criptografia nativa - substitui sha2, hmac, base64, argon2

    v0.1.0 #argon2 #sha-2 #avila #base64 #md5 #hmac #substitui
  118. rust-auth-utils

    port of @better-auth/utils

    v1.0.0 #authentication #encode-decode #base64 #ecdsa #cryptography #encryption #base32 #hmac #decryption #generate-key
  119. base64-lt

    A base64 (with padding) string encoding/decoding utility

    v1.0.5 #base64 #padding #encoding
  120. dcrypt-utils

    helpers for the dcrypt library

    v1.2.2 #dcrypt #helper #base64 #data-conversion #convert #post-quantum-cryptography
  121. anyxml-base64

    Base64 library for XML

    v0.1.0 #base64 #xml
  122. oauth2_utils

    that provides utility functions for working with OAuth2

    v2.0.0 250 #oauth2 #base64 #url-safe #pkce #oauth2-token
  123. base64-lib

    A base64 encoder / decoder

    v0.2.2 #base64 #vec #base64-encode #string
  124. stellar-xdr

    Stellar XDR types, encoding, and decoding

    v25.0.0 56K #xdr #base64 #stellar #cli #channel #serde-json #schemars #schema-json
  125. caido-convert

    Encoding library for web security applications

    v1.2.1 #web-apps #base64 #security #base64-encode #convert #grapheme #hash
  126. drawbridge-byte

    working with contiguous arrays of bytes and easy conversions to and from Base64 representations in string contexts

    v0.4.2 950 #byte-array #base64 #drawbridge
  127. windows-icons

    extract icons from files on Windows

    v0.3.0 170 #icons #extract #file-path #windows #process #base64 #process-id #png #encoded-string #windows-platform
  128. icondata_zi

    Zi icon set for the icondata family of crates

    v0.1.0 #icon-data #icons #zi #mini #set #base64
  129. serde_tran

    helper to serde your data into encoded bytes

    v1.1.0 #json #base64 #encoded #data #data-transmission #json-encoding #base58 #serde #compact-serialization
  130. docima

    Generate images at build time & embed them in the Rust documentation

    v0.9.1 #documentation #base64 #image #rustdoc
  131. poius

    command-line interface (CLI) tool written in Rust for encoding and decoding files and directories using base64 encoding

    v0.1.4 #base64 #base64-encode #rust
  132. base116_cli

    CLI binary for crate base116

    v0.1.1 100 #base64 #cli #encode #decode #base85
  133. rust_ctf_party

    CTF Party is a tool that provides various cryptographic and network utilities for CTF (Capture The Flag) competitions. It is written in Rust and offers a command-line interface for easy usage…

    v0.2.0 #base64 #ctf #party
  134. based64

    BASE64 implementation for chads

    v0.4.8 230 #base64 #chads #vec
  135. base-n

    A Base32 library supporting multiple alphabats

    v0.1.0 #base64 #base32 #base64-encode #no-std #decode
  136. base64-bytes

    Binary blobs with intelligent serialization

    v0.1.0 15K #serialization #base64 #blob #intelligent #binary #byte-vector #human-readable-formats
  137. uuid64rs

    UUID v4 (random) Rust crate with an additional custom base 64 encoding which is web and database friendly

    v0.0.14 #base64 #web #uuid #random-with-base #database
  138. serdapt-base64

    Adapter to serialize as base64

    v0.2.0 220 #base64 #adapter #serde #with
  139. duri

    CLI tool to get data URI of a file

    v0.1.4 #data-url #base64 #encoding
  140. jolse

    command-line interface (CLI) tool written in Rust for encoding and decoding files and directories using base64 encoding

    v0.1.0 #base64 #directory #rust
  141. mini_uuid

    A small and URL-safe UUID crate for Rust

    v0.2.0 #url-safe #uuid #base64 #mini #short
  142. randrust

    Lite HTTP server that returns base64 encoded bytes of a given length

    v0.1.17 #base64 #web-server #random #length #encoded #encryption #byte-length #helm #kubernetes-cluster #docker-compose
  143. vb64

    SIMD base64 codecs

    v0.1.2 #base64 #simd #parser #text
  144. typora-img-to-base64

    Typora image to base64

    v0.2.0 130 #image #base64 #typora #relative-path #convert #convert-images #html-output
  145. easy_base64

    The package provides the base64 encode/decode functions

    v0.1.7 #base64 #base64-encode #hash
  146. wdg-base64

    The Base64 Data Encoding

    v0.4.7 #base64 #data #b64 #encoding
  147. tiny-crypto

    collection of tools for common crypto algorithms, with APIs aimed to be simple to use

    v0.1.3 #sha-1 #base64 #symmetric-encryption #aimed #aes-256 #text-encoding #hasher #aes-128 #hash #sym
  148. mini-rcrypt

    A minimal Rust implementation of OpenBSD Blowfish password hashing code

    v0.1.1 #bcrypt #salt #base64 #hash
  149. b64-rs

    A super speedy* base64 encoder

    v1.0.3 #base64 #base64-encode #decode #encode
  150. roblox-buffer

    A serializable and deserializable representation of the Roblox buffer type

    v1.0.0 #roblox #deserialize #serialization #representation #base64
  151. baze64

    Encode & decode base64 from & to arbitrary byte sequences

    v0.6.0 #base64 #base64-encode #decode #encode
  152. weakauras-codec-base64

    heavily optimized routines for decoding and encoding base64 used for WeakAuras-compatible strings

    v0.1.0 #base64 #world-of-warcraft #weakauras
  153. const-decoder2

    Constant functions for converting hex- and base64-encoded strings into bytes

    v0.5.1 #base64 #constant-evaluation #hex #decoding
  154. glassy

    An easy and fast library for encoding and decoding binary data

    v0.0.3 #base64 #binary-data #binary-data-encoding #base32 #data-decoding
  155. noncryptor

    common encoding formats like base64 and URL

    v0.1.2 #base64 #base64-url #format #bit-manipulation #learning
  156. uriproxy

    internal upub crate to handle remote uris

    v0.1.2 #uri #upub #base64
  157. proxrs

    parse and format proxies between surge,clash,base64,loon,sing-box,etc

    v0.1.0 #clash #base64 #proxies #surge #format #sing-box #loon
  158. auid

    64 bit timestamp-first unique identifier

    v3.0.1 #unique-identifier #64-bit #timestamp-first #convert #base-16 #base64 #base32 #base58
  159. base64urlsafedata-icp

    Base64 URL-safe data wrapper for Serde with ICP (Internet Computer) support

    v0.1.2 #internet-computer-icp #internet-computer #base64 #serde
  160. baste64

    A base64 codec

    v0.1.0 #base64 #base64-codec #decode #simd-intrinsics #wasm-bindgen #js-value
  161. baze64-gui

    A GUI for encoding & decoding base64

    v2.1.0 #base64 #baze64 #text-encoding #front-end
  162. base100

    Encode your data into emoji

    v0.4.1 #base64 #emoji #symbols #stdout #simd
  163. base64tool

    Base64 encode and decode files

    v0.1.1 #base64 #base64-encode #b64 #decode #encode
  164. ebase

    Drop-in replacement for base64 with emojis

    v0.1.0 #base64 #emoji #encode #decode #utf-8
  165. VibeProtocol

    Vibe Protocol is a secure, decentralized, and privacy-focused messaging protocol. Its designed using Sodium, Base64, and other cryptographic libraries to ensure the highest level of security and privacy.

    v0.1.0 #vibeprotocol #cryptography #encryption #base64 #sodium #secure #security #caesar #privacy-focused #caesar-cipher #security-level
  166. ncr-crypto

    cryptography used in the Minecraft No-Chat-Reports Mod

    v0.2.0 #encryption #cryptography #minecraft-mod #passphrase #base64 #hash-key #salt #encryption-key #decrypted #aes-key
  167. bas64

    Base64, but a bit smaller. Hints the name... not recommended for advanced projects but simple scripts! Because Base64 made decode way to long...

    v0.1.0 #base64 #encoding #decode
  168. signatory_kit

    Rust Signatory Kit

    v1.0.0 #base64 #md5 #timestamp #serde
  169. base_u256

    base-u256 is to utf-8 as base-64 is to ascii

    v0.1.1 #ascii #base64 #utf-8 #decode #encode
  170. b64

    Base64 encoding/decoding support. Originally from rustc-serialize.

    v0.4.0 470 #base64 #rustc-serialize #originally #deprecated #replace
  171. libbase64-sys

    An FFI Binding to libb64, cencode.h and cdecode.h

    v0.1.2-alpha.0 #base64 #bindings #c #binding
  172. appattest-rs

    module for validating Apple App Attestations and Assertions

    v0.1.0 #attestation #cryptography #assertions #validation #base64
  173. ub64m

    A cli tool for decoding base64 values in JSON and YAML

    v1.1.0 #base64 #yaml #value #kubernetes #manifest #wrangling #json-and-yaml #cloud-config #config-map
  174. base64s

    base on RFC4648 基于 RFC4648 文档编写的 Base64 编码解码库

    v0.1.0 #rfc-4648 #base64 #bases #基于
  175. bases64

    Base64 base on RFC4648 基于 RFC4648 文档编写的 Base64 编码解码库

    v0.1.0 #bases #rfc-4648 #base64 #基于
  176. mda

    creating custom Mail Delivery Agents

    v0.1.1 #email #agent #base64 #search #deliver #utf-8 #single-line #durability #convert-text
  177. stru8s

    base64 likely

    v0.1.0 #base64 #b256r
  178. serde_bytes_base64

    Wrapper for Vec<u8>, which uses base64 string as serde representation

    v0.1.1 7.4K #base64 #byte #b64 #serde
  179. base64-easy

    encode and decode use base64

    v0.1.1 #base64 #base64-encode
  180. pflow-metamodel

    Declarative Petri-nets using a rust DSL

    v0.3.0 250 #petri-nets #target #dsl #state-machine #petri-net #transition #domain-specific-language #base64 #arcs #inhibit
  181. yzb64

    Ytrizja base-64 specialization

    v0.1.1 #base64 #specialization #ytrizja
  182. data-url-encode-macro

    Rust macro to generate base64+percent-encoded strings suitable for data URLs in compile time

    v1.0.1 #data-url #macro #base64
  183. ncr

    chat encryption in the Minecraft mod No Chat Reports

    v0.1.2 #minecraft-mod #chat #encryption #report #base64 #passphrase #gcm #caesar
  184. bbbase64

    Bare-Bones Base64: no-std, heapless, memory-safe encoding/decoding library for embedded

    v0.1.0 #base64 #heap-less #memory-safe #bare-bones #embedded
  185. conv64

    base 10 to base 64 converter

    v0.1.0 #base64 #numbers #utility
  186. contact-tracing

    apple/google contact tracing protocol

    v0.2.1 #covid-19 #base64
  187. chromium-base64-rs

    Pure rust implementation of chromium's btoa and atob

    v0.1.0 #chromium #base64
  188. blob

    Blob serialization/deserialization utilities

    v0.3.0 130 #base64 #deserialize