Showing 485 open source projects for "loop-aes"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

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

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    Network Function Framework for Go

    Network Function Framework for Go

    NFF-Go -Network Function Framework for GO (former YANFF)

    NFF-Go is a set of libraries for creating and deploying cloud-native Network Functions (NFs). It simplifies the creation of network functions without sacrificing performance. We are now supporting AF_XDP and supporting(almost) getting packets directly from Linux. So you do not need to write 3(three) different applications to process packets coming from different type of drivers of PMDs. You just write everything in NFF-Go, and it can dynamically use whatever you would like underneath....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    StateOS

    StateOS

    Free real-time operating system designed for microcontrollers

    Free, extremely simple, amazingly tiny and very fast real-time operating system (RTOS) designed for deeply embedded applications. Target: ARM Cortex-M, STM8. It was inspired by the concept of a state machine. Procedure executed by the task (task state) doesn't have to be noreturn-type. It will be executed into an infinite loop. There's a dedicated function for immediate change the task state.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    IntrOS

    Free cooperative operating system designed for microcontrollers

    Free, simple and tiny cooperative operating system (OS) designed for deeply embedded applications. Target: ARM Cortex-M, STM8, AVR8. It was inspired by the concept of a state machine. Procedure executed by the task (task state) doesn't have to be noreturn-type. It will be executed into an infinite loop. There's a dedicated function for immediate change the task state.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This is a dual cipher model with independent keys that uses AES-256 and 3DES-192 doubling data length random pad following the method as mentioned by Bruce Schneier in his book "Applied Cryptography". For more details check out https://www.titasraha.com/multicipher
    Downloads: 31 This Week
    Last Update:
    See Project
  • User Testing Platform | Testeum Icon
    User Testing Platform | Testeum

    Get worldwide testers to review your software, app or website! Quickly find bugs and usability issues in less than 48 hours.

    Tired of bugs and poor UX going unnoticed despite thorough internal testing? Testeum is the SaaS crowdtesting platform that connects mobile and web app creators with carefully selected testers based on your criteria.
    Learn More
  • 5
    BitShade

    BitShade

    AES Cipher, Base64 encoder, SHA calculator

    BitShade is a graphic utility to encrypt/decrypt with AES, base64 encode/decode, calculate the SHA checksum. It is cross platform, written in Java.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Turbo

    Turbo

    Turbo is a framework built for LuaJIT 2

    ... network applications. First and foremost the framework is aimed at the HTTP(S) protocol. This means web developers and HTTP API developers are first-class citizens. But the framework contains generic nuts and bolts such as; an I/O loop, IO Stream classes, and customizable TCP (with SSL) server classes giving it value for everyone doing any kind of high-performance network application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Cancion Music Player

    Cancion Music Player

    A small lightweight music player to feel the music.

    Cancion Music Player is built with Python and PyQt5 . Very lightweight player and easy to use with simple loop and setup. Perfect for beginners to learn development (source code available). User can access the code and UI file and modify him/her selves . If your interested in building in PyQt5 and looking for an example download the player and test it out! #Whats new in the Update! YouTube side tab feature New Design Full screen support Version 2.2 release: Fixed slow startup Fixed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Redux Persist

    Redux Persist

    Persist and rehydrate a redux store

    Basic usage involves adding persistReducer and persistStore to your setup. Every app needs to decide how many levels of state they want to "merge". The default is 1 level. If you are using react, wrap your root component with PersistGate. This delays the rendering of your app's UI until your persisted state has been retrieved and saved to redux. State reconcilers define how incoming state is merged in with initial state. It is critical to choose the right state reconciler for your state....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    SE Custom Image and Sound Creator

    SE Custom Image and Sound Creator

    Creates custom in-game sound and images

    The mod converts JPG and PNG images to an in-game LCD image or wav and mp3 files to a Soundblock sound.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
    Learn More
  • 10
    UniRx

    UniRx

    Reactive extensions for Unity

    ... is a library for composing asynchronous and event-based programs using observable collections and LINQ-style query operators. The game loop (every Update, OnCollisionEnter, etc), sensor data (Kinect, Leap Motion, VR Input, etc.) are all types of events. Rx represents events as reactive sequences which are both easily composable and support time-based operations by using LINQ query operators.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Kamus

    Kamus

    An open source, git-ops, zero-trust secret encryption and decryption

    An open source, GitOps, zero-trust secrets encryption and decryption solution for Kubernetes applications. Kamus enables users to easily encrypt secrets that can be decrypted only by the application running on Kubernetes. The encryption is done using strong encryption providers (currently supported: Azure KeyVault, Google Cloud KMS, Amazon Web Services KMS, and AES).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    WonderGUI

    GUI library for games and multimedia.

    ... base. It doesn’t run your main loop, initialize your application window or assume to be the only code drawing in your window. Instead, you tell WonderGUI about mouse and keyboard events and the screen regions where widgets might need to be redrawn. This makes WonderGUI an excellent toolkit for games and media applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Java Game Development (Ninja Girl)

    Java Game Development (Ninja Girl)

    Example code for creating a 2D platform game in Java.

    !Help Wanted! See Discussions for more details. A platform game demonstrating concepts for 2D platform game creation in Java. Collect the stars and go through the door to advance levels. Graphics courtesy of: https://www.gameart2d.com https://opengameart.org/content/animated-fire https://craftpix.net Levels created using https://www.mapeditor.org/ Project created in the Eclipse Java IDE. Keys: Up, Down, Left, Right - Move Player Space - Jump M - Throw Kunai Q, A - Scroll...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    dosbox-ppcjit

    DOSBox + PowerPC JIT = <3

    ... Preferences before starting the program. All versions are built using Xcode 2.5 with -O3 -fsched-interblock -ftree-loop-linear. The G5 version has additional flags for better performance on the 970. All versions include SDL 1.2.15 and libpng. There is no support for this or any SVN build of DOSBox. These builds are provided strictly as a convenience and you use them at your own risk. Updates to current SVN may occur intermittently or never; you are strongly advised to roll your own.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    ObjectBuilder2

    ObjectBuilder2

    C++ CASE tool, full life cycle code generator

    ... of complexity. Even if you use loop-references if OO hierarchy, you need include only one project-level header file. You can easy modify and refactore existing project with cut/copy/paste ANY object (from Method Argument to entire Project) within project and between ObjectBuilder projects. ObjectBuilder is not an IDE tool. It is portable two-way architect code-generation tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    golang-autoclicker

    golang-autoclicker

    Auto clicker in Golang to simulate mouse clicks

    Auto clicker for desktop applications in Golang to simulate mouse clicks. Used robotgo package for controlling the mouse events. Using getpointer.go will make it sleep for 2 seconds, then return the coordinates of your mouse's position. You will use those coordinates to plot where the mouse need to move. I have 2 positions that I want the mouse to move to and click, then with a combination of a while loop, I just reiterate between clicking on two positions. After you start your mouse will move...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    SSHTOOLS

    SSHTOOLS

    Java SSH API

    This project now hosts the third-generation of Java SSH API, Maverick Synergy. This API builds on the Maverick Legacy commercial APIs and delivers a new API in a unified client/server framework. This API is available to the community under the LGPL open source license. This update includes ed25519 support, support for the new OpenSSH private key file format and stronger key exchange algorithms. The project continues to host both the original API and legacy applications created around...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 18
    IP-Chat

    IP-Chat

    UDP based desktop chatting app which supports AES-256 bit encryption.

    Simple Encrypted chat application built with Java. It uses AES-256 bit block cipher algorithm.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Rockets

    Rockets

    REST and websockets C++ library

    A library for easy HTTP and websockets messaging in C++ applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    simbol

    simbol

    Communications platform WebXR sites with self-sovereign identity

    Easily create social virtual worlds that anyone can interact with using Virtual Personas, a global identity system where people own their identities. Simbol accepts several configuration parameters. New worlds await us with VR and AR. A flourishing of creativity. This must happen without conceding in user experience and with an honest contract between creators and consumers regarding their data. Simbol is researching to accomplish these goals and broadcasting accomplishments made by the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    sjcl

    sjcl

    Stanford Javascript Crypto Library

    The Stanford Javascript Crypto Library is a project by the Stanford Computer Security Lab to build a secure, powerful, fast, small, easy-to-use, cross-browser library for cryptography in Javascript. SJCL is small but powerful. The minified version of the library is under 6.4KB compressed, and yet it posts impressive speed results. SJCL is secure. It uses the industry-standard AES algorithm at 128, 192 or 256 bits; the SHA256 hash function; the HMAC authentication code; the PBKDF2 password...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    FlyUtilsEncrypt

    delphi encrypt aes des

    Delphi Encrypt AES DES Blowfish PKCS5Padding CBC Mode for VCL FMX 4 Platforms
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23

    netmon

    TCP connection and email loop monitoring software

    netmon is meant to do TCP connection tests at regular intervals, and publish the status in an HTML page. netmon provides a minimalistic web server to render this page in a browser. The check can also be an external program, as per NAGIOS standard. It can raise alerts when a check fails. Compatible with SSL/TLS. Version 1.1 can run as a service (Windows) or as a daemon (Linux.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Draft

    Draft

    Tool for developers to create cloud-native applications on Kubernetes

    Draft makes it easier for developers to build applications that run on Kubernetes. The draft create command gives developers the artifacts they need to build and run their applications in Kubernetes. The draft-up command builds the container image for an application and deploys it to Kubernetes. Draft targets the "inner loop" of a developer's workflow: as they hack on code, but before code is committed to version control.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Demo Project for Davinci Resolve 12.5

    Demo Project for Davinci Resolve 12.5

    A demo project for Davinci Resolve 12.5

    Project demo with color bars, and basic setup to start editing color, FX, and more for those who have Davinci Resolve and want a stock template to start out. Footage from Videvo. https://www.videvo.net/video/3d-pumpkins-motion-background-loop/455430/
    Downloads: 5 This Week
    Last Update:
    See Project