Showing 589 open source projects for "java key"

View related business solutions
  • Veeam Data Platform v13.1 - Get Your Free Trial Icon
    Veeam Data Platform v13.1 - Get Your Free Trial

    Secure by design, portable by default. Recover clean, fast, anywhere. Start a free trial.

    Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
    Try it Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    AESTextCrypt

    AESTextCrypt

    Encrypt and decrypt text using AES 256 bit encryption

    ...Convenience buttons are provided for clipboard operations. AESTextCrypt uses AES-256 bit encryption which is the strongest available encryption scheme. It also employs bcrypt, which implements key-stretching and an adaptive key setup phase, the complexity (number of rounds) of which is automatically set to match the processing power of the encrypting computer. This makes it highly resistant to dictionary attack. AESTextCrypt is written in Java, so can be run on all desktop platforms - Windows, Mac and Linux.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2

    Simplified Portable Diffie Hellman

    Diffie Hellman Key Exchange

    Welcome to Simplified Portable Diffie-Hellman! This is an educational aid and nothing more. This Diffie Hellman key exchange was written in Java. The original creator of this program was a student at Youngtown State University, by the name of Naveed Shoaib. I, Edward Davila, am the developer who is helping in the recreation of the program to have students understand the process of Diffie-Hellman. I am redeveloping this program to aid students in the Diffie-Hellman cryptography. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    KeyboardHammer

    A utility that tap any key on your keyboard so you don't have to.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Xrsync

    Xrsync

    Xrsync uploads an entire folder from MS-Win client to Linux server

    ...Reopen Eclipse after the copy, it will be available in the name of "Xrsync" in the main menu named "Code Assist", the toolbar and the right-key pop-up menu, with an icon of dark green background and a white upward arrow in the center.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    U-Tranz

    U-Tranz

    UDP based secure file transfer application written in JAVA.

    U-Tranz is a free application developed on the characteristics of UDP allows the transmission of unlimited file size. Most of the applications based on UDP restrict file sharing upto 64kb which makes transmission less efficient on large files. Along with the tremendous increase in file size, certain features like implementation of Government Standard Security Algorithms (AES-256*/RSA-2048 and SHA-512) have been added to this application for secure sharing of huge files across different...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Texlipse is a plugin that adds Latex editing support for the popular Eclipse Java IDE. Key features include: syntax highlight, command completion, bibliography completion, outline navigation and automatic building.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    Karaz

    Karaz

    KARAZ is a platform to design, produce and run business applications

    Karaz is a new generation software platform helping organizations to design, produce and run powerful business applications based on BPM and MDA. Karaz Contains 3 key components : Karaz App Store : Rich Set of business applications 'ready to use' Karaz Studio : Complete software environment, designed for business analysts to build robust and 'best fit' business applications Karaz Engine : powerful BPM engine based on JavaEE and completly compliant with BPMN 2.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    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: 2 This Week
    Last Update:
    See Project
  • 9
    AutoMATRIX is a tool to predict key transcription factors in microarray experiments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    Aspect-oriented Pig Latin

    Aspect-oriented Pig Latin

    Supports data aspects for Pig Latin.

    The goal of this research program is to develop a new paradigm for databases, called aspect-oriented data (AOD). AOD enables cross-cutting data concerns to be added to a database using aspect-oriented programming (AOP). A cross-cutting data concern is a data need that is universal (potentially applicable to the entire database) and widespread (can be used to enhance many, different databases). Data has a wide variety of cross-cutting data concerns, including provenance, time, lineage, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The aim of this android application is to provide a secure storage for files on the phone. By using asymmetric cryptography the application allow the user and other apps to encrypt the files using a public key so without the need of a encryption password.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    jCapture screencast applet

    jCapture is an applet to capture screenshots or record audio/screen

    ...It will be ported other web applications. Key features * Select screen area * Capture screenshot as PNG, JPG, etc. * Record video ** Audio from microphone ** Pause during the recording ** Play before upload ** Post-recording editor to remove frames ** Pick splash frame ** Generates a .swf file
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    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: 5 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
    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: 5 This Week
    Last Update:
    See Project
  • 16

    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
  • 17

    fiskalizacija

    Java code for signing and handling Croatian fiscal service requests

    Java code for signing and handling requests for Croatian fiscal service. Includes unsigned and signed xml samples. For completeness of project my personal testing key is included. Units tests with sample data are available for the ease of use. Whole Eclipse project is committed to source forge Git. Commercial support for implementation into different java application is available upon request.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    The Dungeon

    A Java-based dungeon escape game.

    You have been trapped in a dungeon. You don't know by who, or what, and you are not sure what might lurk beyond the walls of the cell you currently reside in. If you want to survive, find the room with the key and find the door out.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    H24 MiniX Null Keyboard

    A null keyboard app for the Android MiniX TV Box

    When you plug in a real keyboard to the MiniX the soft keyboard still pops up. The null keyboards on the Google Play don't process the enter key. This little project addresses that issue.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Simplest Text Encrypter

    A simple example of polyalphabetic cipher in Java.

    Cryptography fascinates everyone. A variety of encryption techniques and ciphers are used to code important data. A polyalphabetic cipher is one of the simplest cipher one can make. This is a Java program to implement polyalphabetic cipher. [How the cipher encodes?] Input Data: helloaf Key: love l - 12th letter in Alphabet o - 15th letter in Alphabet v - 22nd letter in Alphabet e - 5th letter in Alphabet Now: h(l) e(o) l(v) l(e) o(l) a(o) f(v) Further: h(+12) e(+15) l(+22) l(+5) o(+12) a(+15) f(+22) where +(number) meaning shifting the character forward by the respective number of places. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    JPropertyEditor

    JPropertyEditor

    a gui based property file editor in java. for java.

    a gui based property file editor in java. for java. Features: 1. Drag And Drop support 2. Print support 3. Easy Property manipulation (add/delete/update/search/view) 4. Property Key validation 5. Separate font for key and value 6. Order property list by key or value in ascending or descending 7. recent files support 8. key/value font size resize option 9. Export property as properties or in xml format 10.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    xpress2java

    Convert Sun IdM XPRESS code to Java code

    This project is to convert Sun IDM XPRESS based solution to IDM product independent java based solution. It also provide tools to analyze and assess the existing XPRESS code to suggest cleanup prior to conversion. Key word: Sun Identity Manager, Sun IdM, Sun IDM, Oracle Waveset, conversion, migration, auto migration, XPRESS, workflow, sub process, library, rule, Java, Java generation, Generate Java, Xpress to Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    kvtstore

    Key Time Value store

    KVTStore is a java library that provides easy access to a backing key value store and utlities such as json serialization and indexing and searching on time. Currently the only backing database that is supported is Riak, with a storage backend that supports secondary indicies, such as LevelDB.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Pedi

    A super simple Java properties file editor.

    Pedi allows you to edit and merge Java's *.properties files. You can merge two different property file edit the key values pair and save.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Encrypt important information sent through e-mail, on shared computers, or saved on the internet. Select a keyword and key character. Also check out the WPF version and the Android app. In order to use the .apk Android app you may have to enable your device to use off-market apps. Click the "Files" link to chose what version you would like to download.
    Downloads: 1 This Week
    Last Update:
    See Project