Blowfish cipher

Encrypt and decrypt data using Blowfish block cipher. This library uses arrays of 8-bit numbers for data, key and init vector (IV).

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/32981/216422/Blowfish%20cipher.js

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Autor
Dejan Tomić
Verzija
0.0.1.20170906183048
Napravljeno
06. 09. 2017
Ažurirano
06. 09. 2017
Size
19 КБ
Licenca
Nije dostupno

Blowfish block cipher. Supports ECB and CBC modes. Works on byte arrays. Can encrypt and decrypt in-place, or return a new copy of the data.

Based on this source (licensed under MIT): https://github.com/agorlov/javascript-blowfish that works with UTF-8 strings.