Skip to content

stelcheck/node-vim-blowfish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VIM Crypto in Node.js

Goal

To be able to implement a system where certain sensitive files would be encrypted by vim, then read by node using a system/environment key (hence putting some level of protection on those files). Think configuration files.

Info

  • vim7.3
  • blowfish
  • crypted file is file
  • password is test
  • The Perl script comes from Yuri Volkov, with small modification. This is the inspiration for this effort.

So far

  • Required data is properly extracted
  • Key is generated properly
  • Decryption still doesn't work.

If anyone has solution(s) to offer, please fork an pull-request.

About

Effort to decrypt vim7.3 blowfish encrypted files using node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors