Showing 13 open source projects for "base64 utf-8"

View related business solutions
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clients’ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
  • ThermoGrid Contractor Management Software Icon
    ThermoGrid Contractor Management Software

    ThermoGrid is a specialized contractor management software tool for managing field service operations

    Nail down how you manage your day-to-day and level up your services. Whether you are a plumber, electrician, or HVAC technician, ThermoGrid brings together all areas of your business so you can get the job done right.
  • 1
    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: 293 This Week
    Last Update:
    See Project
  • 2
    jsoniter-scala

    jsoniter-scala

    Scala macros for compile-time generation of safe and ultra-fast JSON

    Scala macros for compile-time generation of safe and ultra-fast JSON codecs. This library had started from macros that reused jsoniter (json-iterator) for Java reader and writer but then the library evolved to have its own core of mechanics for parsing and serialization. The idea to generate codecs by Scala macros and main details was borrowed from Kryo Macros and adapted for the needs of the JSON domain. Validate parsed values safely with the fail-fast approach and clear reporting, provide...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Swiss File Knife

    Swiss File Knife

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

    Create zip files, extract zip files, replace text in files, search in files using expressions, stream text editor, instant command line ftp and http server, send folder via network, copy folder excluding sub folders and files, find duplicate files, run a command on all files of a folder, split and join large files, make md5 checksum lists of files, remove tab characters, convert CR/LF, list newest or biggest files of a folder, compare folders, treesize, show first or last lines of a file,...
    Leader badge
    Downloads: 287 This Week
    Last Update:
    See Project
  • 4
    Chang's Cantonese Input

    Chang's Cantonese Input

    Cantonese Input Method using Visual Foxpro 9 SP2

    Cantonese Input Method using Visual Foxpro 9 SP2 (source code included)
    Downloads: 0 This Week
    Last Update:
    See Project
  • RMM Software | Remote Monitoring Platform and Tools Icon
    RMM Software | Remote Monitoring Platform and Tools

    Best-in-class automation, scalability, and single-pane IT management.

    Don’t settle when it comes to managing your clients’ IT infrastructure. Exceed their expectations with ConnectWise RMM, our MSP RMM software that provides proactive tools and NOC services—regardless of device environment. With the number of new vulnerabilities rising each year, smart patching procedures have never been more important. We automatically test and deploy patches when they are viable and restrict patches that are harmful. Get better protection for clients while you spend less time managing endpoints and more time growing your business. It’s tough to locate, afford, and retain quality talent. In fact, 81% of IT leaders say it’s hard to find the recruits they need. Add ConnectWise RMM, NOC services and get the expertise and problem resolution you need to become the advisor your clients demand—without adding headcount.
  • 5
    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: 82 This Week
    Last Update:
    See Project
  • 6
    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: 3 This Week
    Last Update:
    See Project
  • 7
    Alfred Workflows

    Alfred Workflows

    A collection of Alfred 3 and 4 workflows that will rock your world

    With Alfred's Powerpack and workflows, you can extend Alfred and get things done in your own way. Replace repetitive tasks with workflows, and boost your productivity. Discover the abundance of workflows that integrate with your favourite Mac applications and web services, from social networks and note-taking apps to shopping and music services. We've hand-picked a few of the best workflows here. You'll find hundreds more on Packal, a brilliant user-created repository for workflows, as well...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    AnonProxi

    Web based proxy splinter project forked from Phproxy

    AnonProxi takes the popular PHProxy to a new level. A forked project. This is not Peer to Peer or blockchain software - still requires a central server to be installed upon. Variable key lengths - random + opensource code fork. The project seeks to uphold the right to privacy as stated in the European Convention on Human Rights (ECHR). Article 8, Amendments 4 and 5 of The United States Bill of Rights, Article 12 of The United Nations Universal Declaration of Human Rights. Phproxy is a "web...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    pidCrypt
    pidCrypt is no longer maintained! pidCrypt is a crypto library offering modular cryptographic functions in JavaScript. Supports: AES (CBC & CTR Mode), RSA, MD5, SHA-1, SHA-256, SHA-384, SHA-512, ASN.1, Base64, UTF-8. The AES-CBC mode is compatible to OpenSSL.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • 10

    DKIM and Domain Keys class for PHP

    An easy-to use standalone PHP class to sign mails with DKIM and DK

    The project has moved to GitHub and will not be updated here anymore : https://github.com/louisameline/php-mail-signature This class is a spin-off of PHPMailer, basically I took only what was necessary for DKIM and improved as much as I could, including with a couple fixes, multiple canonicalization options and the support of Domain Keys. It should be easy as pie to use, check the test file.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11

    liby64

    C library for Y64 encoding and decoding

    Y64 is a variant of Base64 encoding designed to be URL safe. It was developed and used at Yahoo. This C library translates between 8-bit character arrays and Y64. For more information, see http://en.wikipedia.org/wiki/Base64 and http://www.yuiblog.com/blog/2010/07/06/in-the-yui-3-gallery-base64-and-y64-encoding/ Much of the code came directly from libb64 (https://sourceforge.net/projects/libb64/).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    PWM - PhpWebMail is a php webmail support imap or pop3. It could show many kinds of email including TEXT, HTML and any kind of attachments with applications or images encoding with QUOTEDPRINTABLE or BASE64. Chinese utf-8 supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Morf is the supreme ninja god of encodings. URL, HTTP, Base64, HEX, MD5, SHA1, UTF-7, the list goes on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next