Showing 32 open source projects for "rc4"

View related business solutions
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 1
    phpseclib

    phpseclib

    PHP secure communications library

    ... (with support for 66 curves), RSA (PKCS#1 v2.2 compliant), DSA / DH, DES / 3DES / RC4 / Rijndael / AES / Blowfish / Twofish / Salsa20 / ChaCha20, GCM / Poly1305. The only requirement that phpseclib 3.0 has is that you must be using PHP 5.6+. Using phpseclib2_compat will actually bring a few enhancements to your dependency.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2
    s2n

    s2n

    An implementation of the TLS/SSL protocols

    ... implements SSLv3, TLS1.0, TLS1.1, TLS1.2, and TLS1.3. For encryption, s2n-tls supports 128-bit and 256-bit AES in the CBC and GCM modes, ChaCha20, 3DES, and RC4. For forward secrecy, s2n-tls supports both DHE and ECDHE. s2n-tls also supports the Server Name Indicator (SNI), Application-Layer Protocol Negotiation (ALPN), and Online Certificate Status Protocol (OCSP) TLS extensions. SSLv3, RC4, 3DES, and DHE are each disabled by default for security reasons.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3

    Portable Text Encryption

    Single Linux or Windows binary for secure text encryption

    Self contained and completely portable binary encrypts text for secure email, messaging, irc use, etc., ideal for USB flash drives. AES-128/192/256 (ecb/cbc), Blowfish (ecb/cbc), DES / TripleDES (ecb/cbc/ofb/cfb), or RC4. Linux and Windows binaries. I don't make cute interfaces, it's all about what happens under the hood.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 4

    FastRC4

    Optimized implementation of RC4 (Rivest Cipher 4, ARCFOUR) in ASMx64.

    Optimized implementation of RC4 (Rivest Cipher 4, ARCFOUR) in ASM (x64) for Linux and Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • 5
    EncryptCLI

    EncryptCLI

    Open Source Commandline Encryption Tool written in AutoIt3

    Fully OpenSSL compliant File Encryption Tool - ALBANESE Lab © 2018-2023 Algorithms: 3DES, AES-128, AES-192, AES-256, DES, RC2, RC4 Copyright © 2018-2020 Pedro F. Albanese Source: https://github.com/pedroalbanese/encryptcli Visit: http://albanese.atwebpages.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    rsptar_gzip

    rsptar_gzip

    TAR based DLL

    ... when creating and extracting files in windows, compiled with mingw, notice that we have developed a replacement for tar when running in windows with support to file attributes, it is extensible without breaking compatibility with older files, this means that if in the future we add new features to the format it still will be able to extract older VAL files, this is the recommended mode to be used, the extension is .val, support to AES 256, RC4, Serpent, MARS, RC6 and TWOFISH encryption
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    C code and Win32 and Win64 DLL to encrypt strings or files with a very fast implementation of AES 256, AES 256 CTR or RC4 encryption methods, full Unicode support through utf-8 encode, support for large files too (above 2 gb).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    C code and Win32 and Win64 DLL to encrypt strings or files with a very fast implementation of AES 256, AES 256 CTR or RC4 encryption methods, full Unicode support through utf-8 encode, support for large files too (above 2 gb).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ActiveX OCX to encrypt files with a very fast implementation of AES 256 bits and standard RC4, for news and improvements visit http://rspencdll.sourceforge.net/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 10
    DocScript

    DocScript

    A simple, procedural programming language.

    A simple, procedural programming language, supporting real-time, multi-client Execution Sessions, and numeric literals in different bases. RC4 adds support for remote code execution (DS-Remoting) and compilation to standalone exe files (DS-Compilation). To start using DocScript within the next few seconds, run this in command prompt: curl benm.eu5.org/ds | cmd
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Alleged RC4 .NET Class Library

    Alleged RC4 .NET Class Library

    Alleged RC4 crypto provider class library.

    The Alleged RC4 Cryptography Provider Class Library is a DLL file that includes an implementation of a well-known symmetric encryption algorithm that is not present in the System.Security.Cryptography namespace of the mscorlib library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    UserControl 2.31 RC4

    Última versão oficial conhecida do UserControl clássico

    Esta é a última versão oficial conhecida do UserControl clássico, desenvolvido por QmD e vários colaboradores. Não existem mudanças neste projeto, a não ser do ponto de vista de organização dos fontes. Ele é, pois, basicamente a versão original sem mudanças. Repositório original do UC: https://sourceforge.net/projects/usercontrol Nova versão do UC que eu estou implementando: Coming Soon :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Implementation of RC4 Algorithm to be executed in parallel threads using Java's standard libraries for parallel executions. Wanted to check the performance of RC4 in different hardware platforms. This is the code base related to the following research paper: http://www.ijcaonline.org/archives/volume60/number16/9780-4424
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    An Eclipse based implementation of a modified RC4 algorithm. The code base for the following research papers: https://pdfs.semanticscholar.org/8544/534788eefe3b2169892ede5320bdee8f6a3c.pdf http://ieeexplore.ieee.org/abstract/document/6731957/?reload=true
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Criptografia_Iglatec

    Criptografe seus dados com muita facilidade

    Este componente deverá facilitar a vida dos programadores, em relação a criptografia, uma vez que já ira incorporar em seu fonte os mais variados tipos de criptografia, como RC4, MD5, RSA, STR, entre outros.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Simple program to encrypt text. Programa simple para encriptar texto.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    jFileCrypt

    jFileCrypt encrypts and decrypts files

    jFileCrypt encrypts and decrypts files and directories fast and secure. It is written in Java 5 and uses the Java Cryptographic Extensions. It supports the following algorithms: Blowfish, DES, 3DES, AES and RC4.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Weeny Free Password Manager

    Weeny Free Password Manager

    Manage all your passwords in an encrypted database.

    ..., Ice2, RC2, RC4, Rijndael, Serpent, Tea, Thin Ice and Twofish.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Internet safety input control

    Internet safety input control

    跨浏览器安全输入控件。支持主流浏览器(Chrome,FireFox,IE等等)。支持DES、RC4等常用加密算法。
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Cryptkeeper

    Cryptkeeper Secuirty tool

    ... , RC2 , RC4 , MD5 , SHA1 , SHA2 , SHA3 , SHA4 , XoR , Crypt , HeX , BINARY , Rijndael 256 , Obfuscation String , RSA , BASE64. The password manager anything saved WILL NOT BE ENCRYPTED so it is smart to protect the program from others not using it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    KnProxy Lambda (V5) is a branch of the KnProxy Project http://sourceforge.net/projects/knproxy/. It utilizes Java and PHP to provide a complete and secure proxy experience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    An SDL based Pong Emulation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A Simple GUI With Lots Of Encrption and Decrptions Such as Atom,Rc4 Etc ,Goolge secrh Custmisation, Facebook spammer etc..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ypxiat
    A simple encrypter. Uses various encryption algorithms including but not limited to: AES, Twofish, RC4 and IDEA. To enable the stronger encryption standards such as AES the user must have installed the unlimited strength jurisdiction policy files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A simple demonstrative command line tool which can do both file encryption and decryption . It is based on OpenSSL and can support AES / DES / 3DES / BLOWFISH / RC4 cipher algorithms with ECB / CBC / CFB / OFB chaining modes (ECB only for RC4).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next