Skip to content

WIP: Implemented RGPM Interface and other fixes #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 36 commits into
base: master
Choose a base branch
from
Open

Conversation

oparkins
Copy link
Member

@oparkins oparkins commented Oct 9, 2019

Fixes the webpack bundle. Do this pull request after #17

@oparkins oparkins added this to the API milestone Oct 9, 2019
@oparkins oparkins requested a review from irremotus October 9, 2019 03:47
@oparkins
Copy link
Member Author

oparkins commented Oct 9, 2019

Ignore the failing builds right now... There appears to be an issue with Travis-CI Xenial image. I put in a comment at https://travis-ci.community/t/xenial-kernel-does-not-appear-to-have-sandbox-capabilities/5370.

@irremotus
Copy link
Member

It looks like these changes may need to be rebased onto master. It seems like there are duplicate changes here as in #17.

dependabot bot and others added 3 commits December 28, 2019 05:07
Updated dependencies using yarn upgrade --latest. The tests passed. This was to fix some security issues that were mentioned by GitHub
@oparkins oparkins changed the title Webpack does not include node_modules any more WIP: Implemented RGPM Interface and other fixes Dec 28, 2019
I moved the tests to where the actual crypto lib will get tested. This also makes sure that the methods are accessible in the library itself and that the functions work across different javascript platforms. (even though that is technically not necessary)
…lementations

Had to add storage-integrations as a dependency. Ran into an issue where
the webpack version upgrade failed testing. I had to change the webpack
config to get it to work again.
When initializing the RGPM class, it will now determine which storage location should be used. The default is local storage and when it is the first time the class has ever been initialized, it will use the local storage as well.
The verify method doesn't deal with crypto, but instead uses it. This is like the other functions inside of rgpm. In addition, by moving the method to rgpm, it allows for the test cases to be simplier and cleaner by not duplicated password specifications through the test files
…suit the algorithms that use them

Instead of converting everything to hex each time we needed to use it, I made the crypto functions able to use the output of the other crypto functions. This was a problem that was seen during testing of initPass in rgpm.js.
Implemented the record CRUD operations which also includes test cases. Added the genPass algorithm as well. This will mark the end of the major development of the core, and where the GUI work starts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants