python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
"gpg: decryption failed: No secret key" on another system
I'm trying to decrypt passwords in pass using gpg (they were also encrypted with gpg) on a new system with a new user. I did not format the /home section to keep everything I need (configs, password...
aclui dll
Votes: 0
Answers: 0
How to properly encrypt and decrypt passwords using React MongoDB and Express
Currently I am working in dev env on my local machine where I am storing passwords in plain text using MongoDB. I am using express-jwt along with jsonwebtoken for passing user data and authentication....
Dylan L.
Votes: 0
Answers: 2
Is it ok to use the hash of username + master_password as password for an account?
Basically what if passwords were just computed on demand, without having to store them, meaning no need to back up anything. No need to trust a 3rd party for your passwords.
compute_password(website_u...
Dwyte
Votes: 0
Answers: 0
Want to pass encrypted passwords to keystore and truststores in springboot 2.3 for creating rest template
I have been scratching my head since long and encountered very weird behaviour of spring boot 2. In my application I am simply creating a rest template bean by :
@Bean
public RestTemplate restTe...
codeLover
Votes: 0
Answers: 0