sponsor Vim development Vim logo Vim Book Ad

blowfish.vim : blowfish function

 script karma  Rating 1/3, Downloaded by 1067  Comments, bugs, improvements  Vim wiki

created by
Yukihiro Nakadaira
 
script type
utility
 
description
This is a port of blowfish function.

let encrypted = blowfish#encrypt("password", "data", 1)
let decrypted = blowfish#decrypt("password", encrypted, 1)
echo encrypted
=> [113, 35, 42, 246, 6, 245, 188, 236]
echo decrypted
=> [100, 97, 116, 97] ("data")
 
install details
Put file in your autoload directory.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
blowfish.vim 1.0 2010-02-16 7.2 Yukihiro Nakadaira Initial upload
ip used for rating: 3.15.151.214

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github