BrowserPass | Retrieves passwords stored in browsers written in C | Identity Management library

 by   jabiel C# Version: Current License: MIT

kandi X-RAY | BrowserPass Summary

kandi X-RAY | BrowserPass Summary

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

Retrieves passwords stored in browsers written in pure C#.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              BrowserPass has a low active ecosystem.
              It has 70 star(s) with 30 fork(s). There are 5 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 8 open issues and 5 have been closed. On average issues are closed in 0 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of BrowserPass is current.

            kandi-Quality Quality

              BrowserPass has 0 bugs and 0 code smells.

            kandi-Security Security

              BrowserPass has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              BrowserPass code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              BrowserPass is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              BrowserPass releases are not available. You will need to build from source code and install.

            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 BrowserPass
            Get all kandi verified functions for this library.

            BrowserPass Key Features

            No Key Features are available at this moment for BrowserPass.

            BrowserPass Examples and Code Snippets

            No Code Snippets are available at this moment for BrowserPass.

            Community Discussions

            QUESTION

            System.Security.Cryptography.CryptographicException: "The parameter is incorrect" / Aes 256 Gcm Decryption
            Asked 2020-Mar-16 at 23:59

            I've had the same issue for two days now: System.Security.Cryptography.CryptographicException: The parameter is incorrect

            in System.Security.Cryptography.ProtectedData.Unprotect(Byte[] encryptedData, Byte[] optionalEntropy, DataProtectionScope scope)

            I used this project for my code: https://github.com/jabiel/BrowserPass/tree/master/BrowserPass

            In that project the error should be in ChromePassReader.cs, line 42 I guess.

            Everything was working properly on my computer, a friend of mine made me try it on his computer and it's not working for him. I have tried also on other PCs, but without success.

            Most suitable answer (proposed by Topaco): The type of decryption I'm using is useful for Data Encrypted with DPAPI. Since v80.0 or later Chrome version, password data are encrypted using Aes 256 Gcm, so:

            Update

            I tried writing a code to decrypt AesGcm256 Password data. I get the user data from the database, located in Google Chrome folders, called Login Data. Then I should decrypt the password I get from there using AesGcm256 Decryption, but I'm not able to do it. This is my attempt:

            Where I get URLs, Usernames, Passwords:

            ...

            ANSWER

            Answered 2020-Mar-16 at 23:55

            Unfortunately you didn't describe what exactly doesn't work. However, most of the code seems to be implemented correctly. In some parts a few minor changes and additions are necessary:

            • The DPAPI decryption of the AES key takes place in SalsaClient.Algorithm.AesGcm256.GetKey(). Here the return statement is missing. The return value is of type string. Since the key generally consists of arbitrary binary data, a suitable encoding like Base64 or hexadecimal should be used if the data are to be returned as string. Alternatively, the key can be returned as byte[], as in the following adaption:

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

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

            Vulnerabilities

            No vulnerabilities reported

            Install BrowserPass

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

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

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/jabiel/BrowserPass.git

          • CLI

            gh repo clone jabiel/BrowserPass

          • sshUrl

            git@github.com:jabiel/BrowserPass.git

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

            raspberrypi-files

            by jabielPython

            SprocToPOCO

            by jabielC#

            Jbi.Angular

            by jabielC#

            HomeBot

            by jabielPython

            monoPi

            by jabielC#