Skip to content
forked from kantium/pmpkpe

ProtonMail Private Key Passphrase Extractor

Notifications You must be signed in to change notification settings

krisclarkdev/pmpkpe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pmpkpe

Note

This code was repackaged into a command line utility for easier use. Since the original code doesn't have a license or instructions on modification I wanted to give credit here.

The original author that I forked from is kantium and the original code can be found here

Feature

Generate your Protonmail Private Key passphrase based on the KeySalt and MailBoxPassword

How to get your passphrase

note : if you have a unique password on Protonmail, switch to a double password authentification (ProtonMail > Settings > Account)

  1. Install node.js (https://nodejs.org/en/download/package-manager/)
  2. Recover your KeySalt and PrivateKey (https://github.com/scastiel/protonmail-export)
  3. Install pmpkpe
npm install pmpkpe -g
  1. cd into the newly cloned directory
cd pmpkpe
  1. Execute this program against your saved salt, mailbox password, and private key
pmpkpe -s ./salt.txt -m ./mailboxpassword.txt

enjoy

About

ProtonMail Private Key Passphrase Extractor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%