Search Results for "base64 decode for windows"

Showing 391 open source projects for "base64 decode for windows"

View related business solutions
  • Filestack: The All-In-One File Handling Service Icon
    Filestack: The All-In-One File Handling Service

    Upload. Transform. Deliver. Filestack can do it all, with speed and security.

    With Filestack, we handle every part of your file pipeline. Need fast, reliable uploads? The Filestack uploader can improve your upload speeds by a factor of 3.6. Looking for powerful image transformations? You can apply image filters and effects with simple URL parameters. Does your app require reliable file delivery? Filestack’s custom CDN is designed to provide fast and secure delivery to your users anywhere around the world.
  • 1
    JADX

    JADX

    Dex to Java decompiler

    Command-line and GUI tools for producing Java source code from Android Dex and apk files. Decompile Dalvik bytecode to java classes from APK, dex, aar, aab and zip files. Decode AndroidManifest.xml and other resources from resources.arsc. Deobfuscator included. Be aware, Android Studio can interfere with jadx debugger, so it is better to close it before attaching to the process in jadx. Smali debugger, check wiki page for setup and usage. View decompiled code with highlighted syntax.
    Downloads: 143 This Week
    Last Update:
    See Project
  • 2
    PHP-JWT

    PHP-JWT

    PHP package for JWT

    A simple library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to RFC 7519. Use composer to manage your dependencies and download PHP-JWT. Optionally, install the paragonie/sodium_compat package from composer if your php is < 7.2 or does not have libsodium installed. If your private key contains \n characters, be sure to wrap it in double quotes "" and not single quotes '' in order to properly interpret the escaped characters. You must specify supported algorithms for your...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    mitmproxy

    mitmproxy

    A free and open source interactive HTTPS proxy

    mitmproxy is an open source, interactive SSL/TLS-capable intercepting HTTP proxy, with a console interface fit for HTTP/1, HTTP/2, and WebSockets. It's the ideal tool for penetration testers and software developers, able to debug, test, and make privacy measurements. It can intercept, inspect, modify and replay web traffic, and can even prettify and decode a variety of message types. Its web-based interface mitmweb gives you a similar experience as Chrome's DevTools, with the addition...
    Downloads: 20 This Week
    Last Update:
    See Project
  • 4
    PHPMailer

    PHPMailer

    The classic email sending library for PHP

    PHPMailer – A full-featured email creation and transfer class for PHP. Support for UTF-8 content and 8bit, base64, binary, and quoted-printable encodings. SMTP authentication with LOGIN, PLAIN, CRAM-MD5, and XOAUTH2 mechanisms over SMTPS and SMTP+STARTTLS transports. Validates email addresses automatically. Many PHP developers need to send email from their code. The only PHP function that supports this directly is mail(). However, it does not provide any assistance for making use of popular...
    Downloads: 15 This Week
    Last Update:
    See Project
  • The Most Comprehensive JavaScript Framework Icon
    The Most Comprehensive JavaScript Framework

    Harness the power of 140+ professionally built UI components designed to enhance your JavaScript application development.

    140+ UI components, such as HTML5 calendar, grids, pivot grid D3 adapter, trees, lists, forms, menus, toolbars, panels windows, and much more. Ext JS is the most comprehensive JavaScript framework for building data-intensive, cross-platform web and mobile applications for any modern device.
  • 5
    Rdbtools

    Rdbtools

    Parse Redis dump.rdb files, Analyze Memory, and Export Data to JSON

    ... using UTF-8 and escape non 'ASCII printable' characters with the \U notation, or non-UTF-8 parsable bytes with \x. Attempting to decode RDB data can lead to binary data corruption, this can be avoided by using the --escape raw option. Another option is to use -e base64 for Base64 encoding of binary data.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Scapy

    Scapy

    Scapy is a Python-based interactive packet manipulation program

    Scapy is a powerful Python-based interactive packet manipulation program and library. It is able to forge or decode packets of a wide number of protocols, send them on the wire, capture them, store or read them using pcap files, match requests and replies, and much more. It is designed to allow fast packet prototyping by using default values that work. It can easily handle most classical tasks like scanning, tracerouting, probing, unit tests, attacks or network discovery (it can replace hping...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 7
    MMKV for Android

    MMKV for Android

    An efficient, small mobile key-value storage framework

    MMKV for Android is an efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. Efficient. MMKV uses mmap to keep memory synced with file, and protobuf to encode/decode values, making the most of Android to achieve best performance. MMKV supports concurrent read-read and read-write access between processes. Easy-to-use. You can use MMKV as you go. All changes are saved immediately, no sync, no apply calls needed. MMKV contains...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    wavesurfer.js

    wavesurfer.js

    Navigable waveform built on Web Audio and Canvas

    ... will be displayed until the whole audio file is downloaded and decoded to draw the waveform. Web Audio needs the whole file to decode it in the browser. You can however load pre-decoded waveform data to draw the waveform immediately. wavesurfer.js runs on modern browsers supporting Web Audio, including Firefox, Chrome, Safari (desktop and mobile) and Opera.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Vegeta

    Vegeta

    HTTP load testing tool and library. It's over 9000!

    ... releases page. As for the library, new versions are tagged with both lib/vMAJOR.MINOR.PATCH and vMAJOR.MINOR.PATCH. The latter tag is required for compatibility with go mod. The JSON format makes integration with programs that produce targets dynamically easier. Each target is one JSON object in its own line. The method and url fields are required. If present, the body field must be base64 encoded. The generated JSON Schema defines the format in detail.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Enterprise Data Backup Software Icon
    Enterprise Data Backup Software

    Single Platform Physical, Virtual, Container and Hybrid Cloud Backup & Recovery for the Modern Data Center

    Bacula Enterprise delivers Physical, Virtual, Container and Hybrid Cloud Backup & Recovery software for the Modern Data Center - all from a single platform. Designed for medium and large organizations, Bacula Enterprise backup and recovery software brings unique innovation, modern architecture, business value benefits and low cost of ownership.
  • 10
    IRremote Arduino Library

    IRremote Arduino Library

    Infrared remote library for Arduino, send and receive infrared signals

    This library enables you to send and receive using infra-red signals on an Arduino. You can use any pin for sending now like you are used to receiving. Simultaneous sending and receiving. See the SendAndReceive example. No more need to use 32-bit hex values in your code. Instead, a (8 bit) command value is provided for decoding (as well as a 16-bit address and a protocol number). Protocol values comply to protocol standards, i.e. NEC, Panasonic, Sony, Samsung, and JVC decode and send LSB first...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Java JWT

    Java JWT

    Java implementation of JSON Web Token (JWT)

    A Java implementation of JSON Web Token (JWT) - RFC 7519. This library requires Java 8 or higher. The last version that supported Java 7 was 3.11.0. The library implements JWT Verification and Signing using several algorithms. The Algorithm defines how a token is signed and verified. It can be instantiated with the raw value of the secret in the case of HMAC algorithms, or the key pairs or KeyProvider in the case of RSA and ECDSA algorithms. Once created, the instance is reusable for token...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Hashids

    Hashids

    A small PHP library to generate YouTube-like IDs from numbers

    Hashids is a small open-source library that generates short, unique, non-sequential ids from numbers. It converts numbers like 347 into strings like “yr8”, or array of numbers like [27, 986] into “3kTMd”. You can also decode those ids back. This is useful in bundling several parameters into one or simply using them as short UIDs. Hashids works similarly to the way integers are converted to hex, but with a few exceptions. The alphabet is not base16, but base base62 by default. The alphabet...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    FileCentipede

    FileCentipede

    File centipede is an internet file download manager

    File centipede is an internet file download manager with enhanced features, it's fast, customizable, user-friendly, multi-protocol supported, contains lots of useful auxiliary tools, and it's free with no ads, you can also use it to download audio and videos from websites, increase your download speeds by up to 1.1 times, it's the best internet download manager you can find(so far). website: http://filecxx.com
    Leader badge
    Downloads: 1,385 This Week
    Last Update:
    See Project
  • 14
    XLD

    XLD

    A tool for transcoding lossless audio files

    X Lossless Decoder(XLD) is a tool for Mac OS X that is able to decode/convert/play various 'lossless' audio files. The supported audio files can be split into some tracks with cue sheet when decoding. It works on Mac OS X 10.4 and later.
    Leader badge
    Downloads: 3,208 This Week
    Last Update:
    See Project
  • Minitab Engage Idea Management Software Icon
    Minitab Engage Idea Management Software

    For companies looking for an idea and innovation management platform

    The only solution designed to start, track, manage and share innovation and improvement initiatives from idea generation through execution.
  • 15
    Swiss File Knife

    Swiss File Knife

    One hundred command line tools in a small and portable binary.

    ... filenames fast using index files, rename many files using expressions, copy part of a file, change times of a file, set file time from filename, print colored text to terminal, convert csv to tab separated, download files from web, send http or udp requests, print tcp or udp traffic, create hexdump of files, join many text files into one, list nested .zip .tar .tar.gz .tar.bz2 archive contents. Fully portable, for USB stick, without installation. For Windows, Linux and Mac OS/X.
    Leader badge
    Downloads: 409 This Week
    Last Update:
    See Project
  • 16
    HTMLMinifier

    HTMLMinifier

    Javascript-based HTML compressor/minifier (with Node.js support)

    HTMLMinifier is a highly configurable, well-tested, JavaScript-based HTML minifier. Minifier options like sortAttributes and sortClassName won't impact the plain-text size of the output. However, they form long repetitive chains of characters that should improve compression ratio of gzip used in HTTP compression. SVG tags are automatically recognized, and when they are minified, both case-sensitivity and closing slashes are preserved, regardless of the minification settings used for the rest...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    VirtualDub2

    VirtualDub2

    An enhanced version of the original VirtualDub

    A streamlined video editor with simple frame-by-frame timeline. Free, open-source, portable. The default package is ready for use with many essential plugins included, and can be further extended with 3rd party codecs and filters. See Wiki for detailed description: https://sourceforge.net/p/vdfiltermod/wiki. Previous name of this project: VirtualDub FilterMod
    Leader badge
    Downloads: 947 This Week
    Last Update:
    See Project
  • 18

    Fox Encoder

    Multipurpose Encoder/decoder

    Encode / Decode (from and to) text, hex, base64. Also supports hash function including MD4, MD5, SHA1, SHA2, SHA3, Keccak including most lengths (224, 256, 384 and 512),
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    AlphaInnotec heatpump controler Luxtronik 2 saves the data of the last 48h in DTA files. This project should help to decode this files.
    Leader badge
    Downloads: 39 This Week
    Last Update:
    See Project
  • 20
    Base64 for Windows

    Base64 for Windows

    Encode and Decode Base64 Files or STDIN

    The MIME (Multipurpose Internet Mail Extensions) specification (RFC 1341 and successors) defines a mechanism for encoding arbitrary binary information for transmission by electronic mail. Triplets of 8-bit octets are encoded as groups of four characters, each representing 6 bits of the source 24 bits. Only characters present in all variants of ASCII and EBCDIC are used, avoiding incompatibilities in other forms of encoding such as uuencode/uudecode. base64 is a command line utility which...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 21
    echoes

    echoes

    Echoes is a radio spectral analysis software for RTL-SDR devices

    Echoes it's a radio spectral analysis software for RTL-SDR devices, designed for meteor scattering purposes. RTL-SDR are very cheap Software Defined Radios that uses DVB-T TV tuner dongles based on Realtek's RTL2832U chipset. Echoes doesn't demodulate neither decode any human-made signal. Its main goal is to analyze and record the total power of natural signals and generate screenshots and tabular data (CSV, GNUplot) output in presence of particular peaks in a selected narrow range...
    Leader badge
    Downloads: 25 This Week
    Last Update:
    See Project
  • 22
    fmedia

    fmedia

    fast media player/recorder/converter

    fmedia is a fast asynchronous media player/recorder/converter for Windows, Linux and FreeBSD. Its goal is to provide smooth playback even if input device is very slow and unresponsive. The architecture allows to extend the functionality of the application in any way: adding a new audio input/output format, a new DSP filter or even a new GUI. fmedia is very small and fast: it has low CPU & memory consumption making it ideal to listen to music or process audio files while running...
    Downloads: 26 This Week
    Last Update:
    See Project
  • 23
    ppgwavecass

    ppgwavecass

    ppgwavecass: tools for the PPG Wave 2/2.2/2.3 data cassette format

    ppgwavecass: tools for the PPG Wave 2/2.2/2.3 data cassette format Included tools: * ppgwave2cassdecode: decode PPG Wave 2 data cassette * ppgwave22cassdecode: decode PPG Wave 2.2/2.3 data cassette * ppgwave2cassencode: encode PPG Wave 2 data cassette * ppgwave22cassencode: encode PPG Wave 2.2/2.3 data cassette Special features: Can convert wav-files (data cassette signals) from/to bin-files and syx-files. Copyright (c) 2022 by Klaus Michael Indlekofer. All rights reserved. Note: Special...
    Downloads: 20 This Week
    Last Update:
    See Project
  • 24
    MyBox

    MyBox

    Easy Tools of PDF, Image, File, Network, Data, and Medias

    javafx-desktop-apps pdf image ocr icc barcode color-palette text bytes markdown html archive compress digest video audio editor converter media https://github.com/Mararsh/MyBox Self-contain packages need not java env nor installation. Jar packages need Java 16 or higher.
    Downloads: 25 This Week
    Last Update:
    See Project
  • 25
    Base64

    Base64

    Convert strings to/from Base64.

    Enter a message to convert it to/from Base64. Compatible with Windows. Requires .NET Framework 4.8.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
Oh no! Some styles failed to load. 😵 Please try reloading this page