node-keytar icon indicating copy to clipboard operation
node-keytar copied to clipboard

Native Password Node Module

Results 81 node-keytar issues
Sort by recently updated
recently updated
newest added

## Summary I am unable to execute keytar while in WSL. I got the error : ` Error: Cannot autolaunch D-Bus without X11 $DISPLAY` That was expected. Could you please...

### Steps to Reproduce `HOME=~/.electron-gyp node-gyp rebuild --target=13.0.0-beta.27 --arch=x64 --dist-url=https://electronjs.org/headers` Gives: ``` CXX(target) Release/obj.target/keytar/src/async.o In file included from ../node_modules/node-addon-api/napi.h:2725, from ../src/async.cc:4: ../node_modules/node-addon-api/napi-inl.h: In member function ‘bool Napi::Object::Freeze()’: ../node_modules/node-addon-api/napi-inl.h:1393:24: error: ‘napi_object_freeze’...

## Summary Use [`prebuildify`](https://github.com/prebuild/prebuildify) to bundle native code in the NPM package, instead of `prebuild`. `prebuildify` bundles prebuilt native code in the node_modules folder before a package is published. Although...

### Prerequisites I could not access the message board. I read through these pre-reqs and they seem more relevant to Atom as a text editor than just to Keytar as...

### Prerequisites * [X] Put an X between the brackets on this line if you have done all of the following: * [X] Reproduced the problem in Safe Mode: *...

project built on ubuntu 18 x64 for raspbios armv7l with keytar v7.7.0. upon execution: ``` A JavaScript error occurred in the main process Uncaught Exception: Error: /usr/lib/project/resources/app/node_modules/keytar/build/Release/keytar.node: wrong ELF class:...

Hi I am trying to use `Prebuilt` keytar using the correct sysroot & gcc for our users (since prebuilt on GitHub releases uses new glibc). We use Electron-Builder to rebuilt...

## Summary I'd like to be able to use all the public/top-level methods of `keytar` synchronously, but most urgently the `getPassword` function. ## Motivation My project stores small bits of...

### Prerequisites * [X ] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: *...

As long as I install this tools, I can get password or even search password any time I want. How can I ensure the security? Is there any theory or...

question