Title: zxcvbn localization
Last modified: August 22, 2016

---

# zxcvbn localization

 *  [jyd44](https://wordpress.org/support/users/jyd44/)
 * (@jyd44)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/zxcvbn-localization/)
 * I would like to localize the zxcvbn script used for password strength evaluation.
   I have 99% percent of the data available in my language (french), but I have 
   one question about the zxcvbn script distributed with WP. Looking at the dictionnaries,
   they look like obfuscated, while in the “offical” version of the script available
   on [https://github.com/dropbox/zxcvbn](https://github.com/dropbox/zxcvbn) they
   are not. This obfuscation is not so difficult to decode but brings a little bit
   more complexity to break the evaluation.
    Is there a way to have an access to
   the modifications made to the original zxcvbn script to include it.

Viewing 1 replies (of 1 total)

 *  Thread Starter [jyd44](https://wordpress.org/support/users/jyd44/)
 * (@jyd44)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/zxcvbn-localization/#post-5688684)
 * OK,
    for those who don’t know, here is the obfuscation function: u = function(
   b) { return b.replace(/[a-zA-Z]/g, function(a) { return String.fromCharCode((“
   Z” >= a ? 90 : 122) >= (a = a.charCodeAt(0) + 13) ? a : a – 26) }) }; It’s a 
   reversible function, so it’s no problem to integrate it into a localized version.

Viewing 1 replies (of 1 total)

The topic ‘zxcvbn localization’ is closed to new replies.

## Tags

 * [Localization](https://wordpress.org/support/topic-tag/localization/)

 * In: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
 * 1 reply
 * 1 participant
 * Last reply from: [jyd44](https://wordpress.org/support/users/jyd44/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/zxcvbn-localization/#post-5688684)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
