mooltipass | Github repository dedicated to the mooltipass project | Identity Management library

 by   limpkin C Version: v1.2_mini License: No License

kandi X-RAY | mooltipass Summary

kandi X-RAY | mooltipass Summary

mooltipass is a C library typically used in Security, Identity Management applications. mooltipass has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

With time, logins and passwords have become critical elements we need to remember to access the different websites and services we use daily. If we want to achieve good security, each of these credential sets should be unique. We therefore created the Mooltipass, a physical password keeper that remembers and encrypts your credentials so you don’t have to. With this device, you can generate and safely store long and complex passwords. A personal PIN locked smartcard allows the decryption of your credentials and ensures that only you have access to them. Simply visit a website and the device will ask for your confirmation to enter your credentials when login is required. The Mooltipass is a standalone device connected through USB, is completely driver-less and is compatible with all major operating systems on PCs, Macs and Smartphones. It therefore is extremely simple to use our device: - Plug the Mooltipass to your computer/tablet/phone, no driver installation required. - Insert your smartcard, unlock it with your PIN. Without the PIN, the card is useless. - Visit the website that needs a login. If using our browser plugin the Mooltipass asks your permission to send the stored name and password, or asks you to save/generate new credentials if you are logging in for the first time. - If you are not using the browser plugin or logging in to something other than a web browser, you can manually tell MP to send the correct name and password. It will type it in for you, just like a keyboard. In this way it can be used anywhere.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              mooltipass has a low active ecosystem.
              It has 502 star(s) with 111 fork(s). There are 72 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 38 open issues and 158 have been closed. On average issues are closed in 37 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of mooltipass is v1.2_mini

            kandi-Quality Quality

              mooltipass has no bugs reported.

            kandi-Security Security

              mooltipass has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              mooltipass does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              mooltipass releases are available to install and integrate.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of mooltipass
            Get all kandi verified functions for this library.

            mooltipass Key Features

            No Key Features are available at this moment for mooltipass.

            mooltipass Examples and Code Snippets

            No Code Snippets are available at this moment for mooltipass.

            Community Discussions

            QUESTION

            trigger travis CI build only with specific commit message
            Asked 2017-Jul-04 at 13:14

            I want travis to start only if I have a certian commit message. how can i do this. My travis.yml file is here

            I know there is an on condition from this question but I dont know where to put it.

            ...

            ANSWER

            Answered 2017-Jul-04 at 13:14

            The question you mentioned regards deploying travis build. So on: condition only determines if build is deployed or not. Regardless this setting other build steps are executed on each commit/pull request.

            What you could use instead is adding [ci-skip] or [skip-ci] in commit messages to force build skipping.

            You can also use TRAVIS_COMMIT_MESSAGE default env variable in all your build steps to determine if step should be executed or skipped, e.g.

            Source https://stackoverflow.com/questions/44894016

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install mooltipass

            You can download it from GitHub.

            Support

            Is your solution better than a piece of paper? A piece of paper contains passwords that can easily be read when you are not paying attention to it. The Mooltipass stores encrypted passwords that can only be read when providing your PIN code. If I only need to remember a PIN code, does it mean the Mooltipass is not safe? Not at all, as the Mooltipass system is exactly like your chip and pin card: 3 false tries will permanently block the smart card and make credential decryption impossible. Why do I need different passwords for different websites? Websites are compromised on a daily basis. If you are using the same password for different websites, one attacker could use a password he discovered on all of them. Why do you need an OLED screen? An offline password keeper needs to provide a way to prevent impersonation. The user has to check that the website/service he’s approving the credential sending for is the same that the website/service he’s currently visiting/using, as a malicious program could emit forged requests. Moreover, having a display allows the user to operate the Mooltipass without the browser plugin using our dedicated touch interface. Why are you using both a smart card and a main Mooltipass device? There are many reasons, the main one being that it is much easier to carry a smart card around than any other object. This smart card is a secure element that contains your credentials' encryption key, it is cheap and may be cloned without compromising the system security. What if I lose my smartcard? Our device is shipped with two smartcards, so you can keep your copy somewhere safe. The Mooltipass therefore allows the user to clone his smartcard as many times as he wants, provided that the card PIN is correctly entered. Can the smartcard be used with multiple Mooltipass? You can synchronize your credentials between multiple devices. This allows you to have one Mooltipass at work and one at home. What if I lose my Mooltipass device? Your encrypted credentials can be exported to either your computer or the Mooltipass official website. If you lose your device, you may purchase another one and restore your credentials. Are you sure about your encryption implementation? The AES-256 used in the Mooltipass has been compared again standard Nessie test vectors for correctness. Moreover, our security chain has been checked by qualified individuals. Can I use it on Windows/Linux/Mac? Yes, as no drivers are required to use the Mooltipass. It is recognized as a standard USB keyboard that will enter passwords for you. Can I use on my computer/laptop/phone/tablet…​? Most (if not all) devices (including smart phones and tablet PCs) include a USB host capable port. The Mooltipass will work with all of them. How secure is the Mooltipass? We are using the most secure encryption algorithms and designed our case to make physical tampering practically impossible. Our solution is therefore perfectly suited for individuals wanting to improve their credentials safety. Are you planning to make a wireless version? The Mooltipass isn’t wireless to skip the added costs of a lithium-ion battery and a wireless interface. Customer survey also let us know that having a USB cable wasn’t a problem for most use cases. How are the credentials sent to the computer? The Mooltipass is enumerated as a composite HID keyboard / HID proprietary device. The credentials are sent over the HID proprietary channel when using the browser plugin and over the keyboard channel when using the Mooltipass through its touch interface. Is it still possible to sniff the passwords sent over HID? In theory yes. As mentioned in our project description the Mooltipass aims at reducing the number of attack vectors to a minimum: the device basically types your password as if you were doing it yourself. Perfect security could only be achieved by sharing dedicated secrets with every possible service and website…​ which is practically impossible to do. If I can export my encrypted credentials, does this mean someone could crack them? In short, no. We are using AES-256 encryption in CTR mode, bruteforcing the encrypted credentials takes more than fifty years. If it is open source, does it mean it is less secure? Not at all. Having our code open source allows everyone to check our security implementation, which actually leads to a better code quality and more trust from our final users.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Identity Management Libraries

            vault

            by hashicorp

            k9s

            by derailed

            keepassxc

            by keepassxreboot

            keycloak

            by keycloak

            uuid

            by uuidjs

            Try Top Libraries by limpkin

            capmeter

            by limpkinCSS

            tindieorderprintout

            by limpkinPython

            mooltiapp

            by limpkinJavaScript

            nixie_clock

            by limpkinHTML