Showing 2636 open source projects for "key"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 1

    KeePass Sync Other Formats

    A plugin to allow KeePass to synchronize with other file formats

    ...In order to be a valid format for synchronisation, the format must support both Import and Export, and must support Uuids. It is recommended, but not required, that it is secured by a composite key (the same key will be used as for the database being synchronised to, as is the case for normal synchronisation).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    SHAKE-RSS

    WSN Key Establishmen via RSS

    SHAKE is a prototype implementing an innovative key-establishment protocol particularly suitable for constrained devices such as wireless sensors. It is based on Received Signal Strength (RSS) thus bound to proximity with the communicating parties. It uses simple mathematical operations rather than complex ones (e.g., modular exponentiation) used by traditional cryptographic key establishment protocols (i.e., Diffie-Hellman).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    InfoGlue is an advanced, scalable and robust content management and portal platform written in 100% Java. Key features includes full multi-language support, good reuse between sites and extensive integration capabilities as well as JSR 168-support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    CometZ

    CometZ

    CometZ is a simple side scrolling space shooter

    ... = Running the game = If you have the source code version of CometZ, run python cometz.py on the command prompt. If you have the windows compiled version just execute cometz.exe = How to play = Use the arrow keys to move around in the menu and the spacebar or return key to select the desired menu item. During game the controls are the following: spacebar - fire lasers up arrow - move ship up down arrow - move ship down left arrow - move ship left right arrow - move ship right escape - pause menu You can replenish your shield by picking up shield power-ups. Blue for 25% shield and red for 100%.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop vibe-debugging. Icon
    Stop vibe-debugging.

    Plug Claude into your app's actual errors.

    AppSignal's MCP server hands Claude, Cursor, or Zed your real errors, traces, and the deploy that shipped them. AI writes the fix; you review the diff.
    Free 30 days.
  • 5

    vimpc

    ncurses based mpd client with vi like key bindings

    vimpc provides an alternative to other mpd clients (such as ncmpc and ncmpcpp) that tries to provide an interface similar to that of the vim text editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    octonode

    octonode

    github api v3 in nodejs

    ...Authenticate to github in cli mode (desktop application) Ensure that the scopes argument is an object containing the required note property. For two-factor authentication add the One Time Password otp key with its corresponding code to the configuration object. If you would like to work with promises rather than callbacks, you can call the promise based version of any of the api calls by appending Async to the function call. If a function is said to be supporting pagination, then that function can be used in many ways as shown below. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Guitar Chord and Scale Diagrammer

    Quickly create, edit, and print guitar chord/scale fingering diagrams

    ...Right-Click any fret on any string to add a character of your choice (add finger numbers, root note labels, interval labels, etc.). Click the title text to give the chord/scale/arpeggio a name. Right-Click the title to save the diagram to a .png image. Press the "p" key on your keyboard to create an HTML or Image layout of any selected diagrams you've created. It's fast, Fast, FAST. Create totally customized collections of chord fingerings in seconds for songs, or for specific topics. Perfect for teachers who don't want to waste lesson time drawing grids. VIDEO: http://www.youtube.com/watch?...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Snowden Tribute

    Anonymous web browsing with Tor.

    Live browser-only operating system for anonymous web surfing with Tor and Firefox. Snowden Tribute boots form USB keys. How to write the image file: * extract image from zip * use Win32DiskImager (Windows) or dd (Linux, OS X) * plug the USB key into the PC * make sure your PC boots from USB devices and reboot; for newest PCs: disable UEFI Boot "Live" secure anonymous operating system. Wired/wireless network, keyboard localization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Librarian DB is a simple Web based library management system that keeps track of the books in a library. It tracks book title, ISBN, categories, etc... It permits adding/deleting/updating/searching. It is extremely flexible and extendible.
    Downloads: 1 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 10
    ...To install the widget, place all files into the folder: /private/var/mobile/Library/Widgets/LTCMinerIWidget Once the files are there, you add the iWidget to the homescreen just like any other iWidget by touching and holding a blank spot of the home screen. In order to use this iWidget, you will need your API key from the appropriate LTC mining site. WeMineLTC: The API key is available by going to 'My Account'->'Account Details'. Give Me Coins: The API key is available by going to 'Settings'->'Account'. Once you have copy/pasted the API key into the text box, you MUST click the 'Done' button (otherwise it won't save the API key in the iWidget).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    PWDTK.NET

    .NET Secure Password Hashing API

    This API uses the PBKDF2 specification with HMACSHA512 as the underlying pseudo random function (PRF) to perform the salted hashing over a specified number of instances to eliminate the feasibility of rainbow table attacks & drive up the computing cost of generating said tables, this is known as key stretching. This API also provides the capability to create BIG crypto random salt strings, because the BIGGER & more RANDOM your salt, the better! (anti-rainbow tables) I was going to use Microsofts Rfc2898DeriveBytes(cb) implementation but after learning that it is using HMACSHA1 as the underlying PRF, I decided to modernise this & implement PBKDF2 with HMACSHA512 instead (Stronger against GPUs) Get binaries here but for source code please use the PWDTK.NET repo on GitHub which you can clone from here: https://github.com/Thashiznets/PWDTK.NET.git Please consider donating (5th button above) if you find PWDTK.NET useful! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ControllerToKeys

    ControllerToKeys

    Emulate Keyboard and Mouse with a Controller.

    ...Also supports other USB controllers such as Logitech Dual Action. Go to Configure -> Non-Xbox controller. ControllerToKeys aims to give full controller support to all PC games that don't have it by emulating key strokes, mouse movement, mouse buttons, scroll wheel and key combos (i.e. alt+tab). With the ability to save and sharing button mappings, the intention is to be able to publicly share your mappings with others via. the forums. Hopefully, one day every game will have have mapping. Requires Java 7.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 13
    QPass password manager
    QPass is easy to use, open source password manager application with built-in password generator. You can store in it's database such data as passwords and logins which will be encrypted using AES-256 with PBKDF2(number of iterations set by user). Each entry can include additional information about entry such as name, url adress and description.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    Big Sack

    Big Sack: A lightweight Java Key/Value store with undo and disk cache.

    Big Sack is a Java persistence mechanism that allows storage of key value pairs following the popular Big Data paradigms. Its a very simple and straightforward way to bridge the gap between in-memory data structures and long-term storage. It has the convenience of Java SDK TreeMap and TreeSet classes and is used the same easy way, but it includes rollback through undo logging to checkpoint data so it does not wind up in an unknown state regardless of failures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    zonetool manages signed DNS zones and DNSSEC keys. It simplifies DNSSEC key maintenance by using minimal configuration files and tracking "state" of signed zones. zonetool effectively handles ZSK and KSK rollovers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Libmhash is a library that provides a uniform interface to several hash algorithms. It supports the basics for message authentication by following rfc2104 (HMAC). It also includes some key generation algorithms which are based on hash algorithms.
    Leader badge
    Downloads: 312 This Week
    Last Update:
    See Project
  • 17

    Digital signing using a Smart Card

    Java code that enables you to sign documents using a smart card.

    With this library, you'll be able to access a smart card and extract its information. If the smart card contains a key store, you can use it to create digital signatures. This library currently implements signing of PDF documents using the Belgian eID.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Perico is a dialogue management library. It allows you to specify a dialogue agent: a computer program that can interact with a user (or other agents) using (natural language) messages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    WinDrag

    WinDrag

    You can move your windows by dragging them in all of it's areas

    This easy to use addon is for people who isn't sticked with one window per OS. So this app is for someone who heavily use windows, and need to move them quickly, not by drag the little small caption bar... Window Dragging: Left Control Key + Left Mouse Button Window Minimize: Left Control Key + Middle Mouse Button If you want to quit just use the tray.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    SSH Access Manager

    SSH Key Management solution

    SSH Access Manager is a comprehensive access security management platform that permits IT professionals to easily establish and maintain an enterprise-wide SSH access security solution from a central location. It enables a team of system administrators to centrally manage and deploy ssh keys. This app is intended to be used in rather large environnements where access to unix accounts are handled with ssh keys. SSH Access Manager allows you to maintain user public keys. You can organise...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Mcrypt-shell

    Mcrypt-shell

    Gui shell for linux mcrypt util written on Qt.

    ...No list of encrypted files or logs are created, no temp files writed on disk during process of encryption/decryption. Included Manage keys dialog for storing used keys (it will encrypted by password), or you can type "one-time" key. This project created for SibGTU university, Russia, Krasnoyarsk Для соотечественников: Программа полностью на русском, хотя английский поддерживается тоже. Аналогов для GUI-шифирования под Линукс я не видел, не считая gnupgshell которая давно заброшена. Сделана как курсовой проект для СибГТУ, Красноярск.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    a port of my SDL 2.0 minimal template to Adobe Crossbridge compiler for Flash Player minimal use: video buffer, audio buffer and key table for beginners
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    PHP Webcam Live Collaboration

    PHP Webcam Live Collaboration

    Online video consultations, interactive live presentations, trainings.

    VideoWhisper Video Consultation is a premium high definition video communication software designed for online video consultations, interactive live presentations, trainings, webinars, coaching and online collaboration. Application Key Features + Few to Many Live Video Streaming + Moderated (moderators select what everybody sees) + 1 Main public screen: Live Video / Slides / External stream + Unlimited additional custom screens (public/private) + Slideshow (JPG, GIF, PNG, SWF slides) + File sharing + Toolbar to toggle panels as needed + Userlist with status and actions (click users for menu) + P2P group streaming support + 100% web based for clients PHP Video Consultation Edition: + Video Consultations, Presentations, eLearning Rooms + Create Unlimited Consultation Rooms + Share Participant Link / User Link + Simple Setup + Easy to Install + Full PHP Source Code + Easy to Integrate
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    NextBus Public Feed Adapter for Java

    A Java adapter for the NextBus Public XML Feed Service

    Restful Web Service adapter for the NextBus prediction and transit network reporting service. This implementation uses XSD Schema, JAXB and a domain object model to decouple the consuming application from the over-the-wire representation of the data. NextBus is currently providing real-time bus data in several major metro transit agencies including, but not limited to MBTA (Boston), Toronto, Seattle, Brooklyn, Staten Island as well as a number of University towns. In additional to the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    RaspyBox

    RaspyBox

    A dropbox client for the raspberry pi

    A minimalistic Dropbox client for raspberryPI written in python. Functionality: Upload Download Make directories Delete Navigate Shortcut keys (insert for upload, del for delete, navigate or download with enter key or double click) How to use it: Download the python dropbox sdk from here https://www.dropbox.com/developers/reference/sdk extract it and install it by executing sudo setup.py install -f Create a new application in your drobox developer page Give a name to the app and get the app key and secret key. Put them in the raspberryDropy.py Run ....
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo