💪 ElectronJs Based Password Manager works with localhost MongoDB or Docker mongoDB.
Download mongoDB locally.
- for Encryption
- create
.envfile in app directory
- create
- Generate secure 256-bit key and Initialization Vector by running Below code
const crypto = require('crypto');
const algorithm = 'aes-256-cbc';
const secretKey = crypto.randomBytes(32); // Secure 256-bit key
const iv = crypto.randomBytes(16); // Initialization vector
console.log(`256-bit key is: ${secretKey}`);
console.log(`Init.. vector is: ${iv}`);SECRET_KEY=xxxxxx
IV=xxxxxx
make sure mongoDB is running before running the application.
npm i
npm start
- Screenshot Application
- ElectonJS and python based Screenshot Application.
- window sticks on top of window application.
- Take screenshots of the particular area.
- QT based Screenshot Application
- Cpp-Web-compiler
- Text2SQl MultiAgent for PostgreSQL




