NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Trace

data/web/js/site/pwgen.js

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

pwgen.js on main
Author Date Commit Line Code
andryyy about 7 years ago f35bc07

[Web] Generate readable passwords

Full commit hash
f35bc07a306a8e5d25a22a8bfdd0d1b1c46bf521
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
1
/* GPW - Generate pronounceable passwords
Open commit View diff
1 /* GPW - Generate pronounceable passwords
same change f35bc07

[Web] Generate readable passwords

Full commit hash
f35bc07a306a8e5d25a22a8bfdd0d1b1c46bf521
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
2
   This program uses statistics on the frequency of three-letter sequences
Open commit View diff
2 This program uses statistics on the frequency of three-letter sequences
same change f35bc07

[Web] Generate readable passwords

Full commit hash
f35bc07a306a8e5d25a22a8bfdd0d1b1c46bf521
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
3
   in English to generate passwords.  The statistics are
Open commit View diff
3 in English to generate passwords. The statistics are
same change f35bc07

[Web] Generate readable passwords

Full commit hash
f35bc07a306a8e5d25a22a8bfdd0d1b1c46bf521
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
4
   generated from your dictionary by the program load_trigram.
Open commit View diff
4 generated from your dictionary by the program load_trigram.
same change f35bc07

[Web] Generate readable passwords

Full commit hash
f35bc07a306a8e5d25a22a8bfdd0d1b1c46bf521
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
5
Open commit View diff
5
same change f35bc07

[Web] Generate readable passwords

Full commit hash
f35bc07a306a8e5d25a22a8bfdd0d1b1c46bf521
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
6
   See www.multicians.org/thvv/gpw.html for history and info.
Open commit View diff
6 See www.multicians.org/thvv/gpw.html for history and info.
same change f35bc07

[Web] Generate readable passwords

Full commit hash
f35bc07a306a8e5d25a22a8bfdd0d1b1c46bf521
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
7
   Tom Van Vleck
Open commit View diff
7 Tom Van Vleck
same change f35bc07

[Web] Generate readable passwords

Full commit hash
f35bc07a306a8e5d25a22a8bfdd0d1b1c46bf521
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
8
Open commit View diff
8
same change f35bc07

[Web] Generate readable passwords

Full commit hash
f35bc07a306a8e5d25a22a8bfdd0d1b1c46bf521
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
9
   THVV 06/01/94 Coded
Open commit View diff
9 THVV 06/01/94 Coded
same change f35bc07

[Web] Generate readable passwords

Full commit hash
f35bc07a306a8e5d25a22a8bfdd0d1b1c46bf521
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
10
   THVV 04/14/96 converted to Java
Open commit View diff
10 THVV 04/14/96 converted to Java
same change f35bc07

[Web] Generate readable passwords

Full commit hash
f35bc07a306a8e5d25a22a8bfdd0d1b1c46bf521
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
11
   THVV 07/30/97 fixed for Netscape 4.0
Open commit View diff
11 THVV 07/30/97 fixed for Netscape 4.0
same change f35bc07

[Web] Generate readable passwords

Full commit hash
f35bc07a306a8e5d25a22a8bfdd0d1b1c46bf521
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
12
   THVV 11/27/09 ported to Javascript
Open commit View diff
12 THVV 11/27/09 ported to Javascript
same change f35bc07

[Web] Generate readable passwords

Full commit hash
f35bc07a306a8e5d25a22a8bfdd0d1b1c46bf521
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
13
   */
Open commit View diff
13 */
same change f35bc07

[Web] Generate readable passwords

Full commit hash
f35bc07a306a8e5d25a22a8bfdd0d1b1c46bf521
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
14
Open commit View diff
14
andryyy about 5 years ago d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
15
Open commit View diff
15
andryyy over 5 years ago 5ea649b

[Web] Feature: Add password policy

Full commit hash
5ea649b292a54fd6e0188a5e90abce7981f4bd88
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
16
function shuffle(a) {
Open commit View diff
16 function shuffle(a) {
same change 5ea649b

[Web] Feature: Add password policy

Full commit hash
5ea649b292a54fd6e0188a5e90abce7981f4bd88
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
17
  var j, x, i;
Open commit View diff
17 var j, x, i;
same change 5ea649b

[Web] Feature: Add password policy

Full commit hash
5ea649b292a54fd6e0188a5e90abce7981f4bd88
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
18
  for (i = a.length - 1; i > 0; i--) {
Open commit View diff
18 for (i = a.length - 1; i > 0; i--) {
same change 5ea649b

[Web] Feature: Add password policy

Full commit hash
5ea649b292a54fd6e0188a5e90abce7981f4bd88
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
19
    j = Math.floor(Math.random() * (i + 1));
Open commit View diff
19 j = Math.floor(Math.random() * (i + 1));
same change 5ea649b

[Web] Feature: Add password policy

Full commit hash
5ea649b292a54fd6e0188a5e90abce7981f4bd88
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
20
    x = a[i];
Open commit View diff
20 x = a[i];
same change 5ea649b

[Web] Feature: Add password policy

Full commit hash
5ea649b292a54fd6e0188a5e90abce7981f4bd88
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
21
    a[i] = a[j];
Open commit View diff
21 a[i] = a[j];
same change 5ea649b

[Web] Feature: Add password policy

Full commit hash
5ea649b292a54fd6e0188a5e90abce7981f4bd88
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
22
    a[j] = x;
Open commit View diff
22 a[j] = x;
same change 5ea649b

[Web] Feature: Add password policy

Full commit hash
5ea649b292a54fd6e0188a5e90abce7981f4bd88
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
23
  }
Open commit View diff
23 }
same change 5ea649b

[Web] Feature: Add password policy

Full commit hash
5ea649b292a54fd6e0188a5e90abce7981f4bd88
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
24
  return a;
Open commit View diff
24 return a;
same change 5ea649b

[Web] Feature: Add password policy

Full commit hash
5ea649b292a54fd6e0188a5e90abce7981f4bd88
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
25
}
Open commit View diff
25 }
same change 5ea649b

[Web] Feature: Add password policy

Full commit hash
5ea649b292a54fd6e0188a5e90abce7981f4bd88
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
26
Open commit View diff
26
andryyy about 7 years ago f35bc07

[Web] Generate readable passwords

Full commit hash
f35bc07a306a8e5d25a22a8bfdd0d1b1c46bf521
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
27
var GPW = {
Open commit View diff
27 var GPW = {
andryyy about 5 years ago d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
28
  pronounceable: function(pwl) {
Open commit View diff
28 pronounceable: function(pwl) {
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
29
    var output = "";
Open commit View diff
29 var output = "";
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
30
    var c1, c2, c3;
Open commit View diff
30 var c1, c2, c3;
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
31
    var sum = 0;
Open commit View diff
31 var sum = 0;
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
32
    var nchar;
Open commit View diff
32 var nchar;
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
33
    var ranno;
Open commit View diff
33 var ranno;
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
34
    var pwnum;
Open commit View diff
34 var pwnum;
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
35
    var pik;
Open commit View diff
35 var pik;
andryyy about 7 years ago f35bc07

[Web] Generate readable passwords

Full commit hash
f35bc07a306a8e5d25a22a8bfdd0d1b1c46bf521
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
36
Open commit View diff
36
andryyy about 5 years ago d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
37
    var _alphabet = 'abcdefghijklmnopqrstuvwxyz';
Open commit View diff
37 var _alphabet = 'abcdefghijklmnopqrstuvwxyz';
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
38
    var _specialchars = '%&;:=_-}{?#';
Open commit View diff
38 var _specialchars = '%&;:=_-}{?#';
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
39
    var _trigram = [
Open commit View diff
39 var _trigram = [
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
40
      [
Open commit View diff
40 [
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
41
        [2, 0, 3, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 3, 2, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
41 [2, 0, 3, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 3, 2, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
42
        [37, 25, 2, 5, 38, 0, 0, 2, 46, 1, 0, 304, 0, 2, 49, 0, 0, 24, 24, 0, 19, 0, 0, 0, 14, 0],
Open commit View diff
42 [37, 25, 2, 5, 38, 0, 0, 2, 46, 1, 0, 304, 0, 2, 49, 0, 0, 24, 24, 0, 19, 0, 0, 0, 14, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
43
        [26, 1, 64, 2, 107, 0, 1, 94, 67, 0, 173, 13, 5, 1, 35, 1, 13, 32, 3, 114, 23, 0, 0, 0, 45, 0],
Open commit View diff
43 [26, 1, 64, 2, 107, 0, 1, 94, 67, 0, 173, 13, 5, 1, 35, 1, 13, 32, 3, 114, 23, 0, 0, 0, 45, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
44
        [35, 7, 3, 43, 116, 6, 3, 8, 75, 14, 1, 16, 25, 3, 44, 3, 1, 35, 20, 1, 10, 25, 9, 0, 18, 0],
Open commit View diff
44 [35, 7, 3, 43, 116, 6, 3, 8, 75, 14, 1, 16, 25, 3, 44, 3, 1, 35, 20, 1, 10, 25, 9, 0, 18, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
45
        [2, 0, 2, 1, 0, 1, 3, 0, 0, 0, 0, 10, 0, 2, 3, 0, 0, 12, 6, 0, 2, 0, 0, 0, 0, 0],
Open commit View diff
45 [2, 0, 2, 1, 0, 1, 3, 0, 0, 0, 0, 10, 0, 2, 3, 0, 0, 12, 6, 0, 2, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
46
        [5, 0, 0, 0, 14, 50, 2, 0, 3, 0, 2, 5, 0, 2, 7, 0, 0, 5, 1, 39, 1, 0, 0, 0, 1, 0],
Open commit View diff
46 [5, 0, 0, 0, 14, 50, 2, 0, 3, 0, 2, 5, 0, 2, 7, 0, 0, 5, 1, 39, 1, 0, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
47
        [30, 1, 0, 1, 182, 0, 42, 5, 30, 0, 0, 7, 9, 42, 51, 3, 0, 24, 3, 0, 21, 0, 3, 0, 3, 0],
Open commit View diff
47 [30, 1, 0, 1, 182, 0, 42, 5, 30, 0, 0, 7, 9, 42, 51, 3, 0, 24, 3, 0, 21, 0, 3, 0, 3, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
48
        [12, 0, 0, 0, 20, 0, 0, 0, 3, 0, 0, 5, 4, 2, 13, 0, 0, 2, 0, 0, 1, 0, 0, 0, 0, 0],
Open commit View diff
48 [12, 0, 0, 0, 20, 0, 0, 0, 3, 0, 0, 5, 4, 2, 13, 0, 0, 2, 0, 0, 1, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
49
        [2, 0, 10, 26, 2, 1, 10, 0, 2, 1, 2, 87, 13, 144, 0, 2, 0, 93, 30, 23, 0, 3, 1, 0, 0, 0],
Open commit View diff
49 [2, 0, 10, 26, 2, 1, 10, 0, 2, 1, 2, 87, 13, 144, 0, 2, 0, 93, 30, 23, 0, 3, 1, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
50
        [4, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
50 [4, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
51
        [11, 0, 1, 1, 98, 1, 0, 1, 15, 0, 0, 3, 0, 0, 5, 1, 0, 3, 0, 1, 2, 0, 3, 0, 8, 0],
Open commit View diff
51 [11, 0, 1, 1, 98, 1, 0, 1, 15, 0, 0, 3, 0, 0, 5, 1, 0, 3, 0, 1, 2, 0, 3, 0, 8, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
52
        [78, 20, 34, 45, 124, 21, 24, 5, 109, 0, 28, 237, 31, 3, 53, 23, 0, 7, 16, 69, 29, 26, 5, 0, 26, 2],
Open commit View diff
52 [78, 20, 34, 45, 124, 21, 24, 5, 109, 0, 28, 237, 31, 3, 53, 23, 0, 7, 16, 69, 29, 26, 5, 0, 26, 2],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
53
        [70, 57, 1, 1, 98, 3, 0, 1, 68, 0, 0, 3, 38, 2, 43, 69, 0, 3, 14, 3, 12, 0, 2, 0, 14, 0],
Open commit View diff
53 [70, 57, 1, 1, 98, 3, 0, 1, 68, 0, 0, 3, 38, 2, 43, 69, 0, 3, 14, 3, 12, 0, 2, 0, 14, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
54
        [114, 6, 156, 359, 103, 8, 146, 12, 141, 2, 57, 4, 0, 89, 61, 1, 4, 1, 124, 443, 29, 6, 1, 3, 28, 9],
Open commit View diff
54 [114, 6, 156, 359, 103, 8, 146, 12, 141, 2, 57, 4, 0, 89, 61, 1, 4, 1, 124, 443, 29, 6, 1, 3, 28, 9],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
55
        [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 1, 0, 0, 0, 0, 3, 2, 2, 2, 0, 0, 0, 0, 0],
Open commit View diff
55 [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 1, 0, 0, 0, 0, 3, 2, 2, 2, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
56
        [29, 3, 0, 1, 59, 1, 0, 86, 25, 0, 1, 14, 1, 1, 37, 94, 0, 9, 22, 30, 8, 0, 0, 0, 9, 0],
Open commit View diff
56 [29, 3, 0, 1, 59, 1, 0, 86, 25, 0, 1, 14, 1, 1, 37, 94, 0, 9, 22, 30, 8, 0, 0, 0, 9, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
57
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0],
Open commit View diff
57 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
58
        [124, 64, 101, 233, 115, 12, 47, 5, 188, 3, 61, 55, 68, 34, 46, 25, 6, 94, 48, 189, 5, 22, 5, 1, 172, 2],
Open commit View diff
58 [124, 64, 101, 233, 115, 12, 47, 5, 188, 3, 61, 55, 68, 34, 46, 25, 6, 94, 48, 189, 5, 22, 5, 1, 172, 2],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
59
        [19, 3, 32, 0, 71, 0, 1, 81, 49, 0, 22, 3, 19, 2, 19, 34, 4, 0, 152, 211, 12, 0, 1, 0, 17, 1],
Open commit View diff
59 [19, 3, 32, 0, 71, 0, 1, 81, 49, 0, 22, 3, 19, 2, 19, 34, 4, 0, 152, 211, 12, 0, 1, 0, 17, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
60
        [50, 3, 41, 2, 863, 4, 0, 144, 352, 0, 5, 14, 6, 3, 144, 0, 0, 60, 13, 106, 57, 1, 5, 0, 8, 5],
Open commit View diff
60 [50, 3, 41, 2, 863, 4, 0, 144, 352, 0, 5, 14, 6, 3, 144, 0, 0, 60, 13, 106, 57, 1, 5, 0, 8, 5],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
61
        [0, 5, 23, 35, 5, 5, 38, 1, 0, 1, 3, 33, 4, 23, 0, 4, 1, 35, 52, 56, 0, 1, 0, 7, 0, 1],
Open commit View diff
61 [0, 5, 23, 35, 5, 5, 38, 1, 0, 1, 3, 33, 4, 23, 0, 4, 1, 35, 52, 56, 0, 1, 0, 7, 0, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
62
        [35, 0, 0, 1, 108, 0, 0, 0, 49, 0, 0, 1, 0, 0, 19, 0, 0, 0, 0, 0, 3, 1, 0, 0, 6, 0],
Open commit View diff
62 [35, 0, 0, 1, 108, 0, 0, 0, 49, 0, 0, 1, 0, 0, 19, 0, 0, 0, 0, 0, 3, 1, 0, 0, 6, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
63
        [30, 10, 0, 4, 3, 6, 2, 2, 2, 0, 10, 13, 4, 15, 3, 0, 0, 6, 3, 5, 0, 0, 0, 0, 2, 0],
Open commit View diff
63 [30, 10, 0, 4, 3, 6, 2, 2, 2, 0, 10, 13, 4, 15, 3, 0, 0, 6, 3, 5, 0, 0, 0, 0, 2, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
64
        [3, 0, 0, 0, 4, 0, 0, 0, 22, 0, 0, 1, 0, 0, 7, 2, 0, 0, 1, 1, 0, 0, 3, 0, 3, 0],
Open commit View diff
64 [3, 0, 0, 0, 4, 0, 0, 0, 22, 0, 0, 1, 0, 0, 7, 2, 0, 0, 1, 1, 0, 0, 3, 0, 3, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
65
        [11, 8, 1, 5, 16, 5, 1, 2, 2, 0, 0, 10, 7, 4, 13, 1, 0, 3, 5, 7, 3, 0, 5, 0, 0, 0],
Open commit View diff
65 [11, 8, 1, 5, 16, 5, 1, 2, 2, 0, 0, 10, 7, 4, 13, 1, 0, 3, 5, 7, 3, 0, 5, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
66
        [10, 0, 0, 1, 22, 0, 0, 0, 10, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 2, 2, 0, 0, 0, 4, 11]
Open commit View diff
66 [10, 0, 0, 1, 22, 0, 0, 0, 10, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 2, 2, 0, 0, 0, 4, 11]
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
67
      ],
Open commit View diff
67 ],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
68
      [
Open commit View diff
68 [
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
69
        [0, 17, 74, 11, 1, 2, 19, 4, 8, 0, 10, 68, 7, 73, 1, 7, 0, 110, 54, 55, 9, 1, 3, 1, 12, 1],
Open commit View diff
69 [0, 17, 74, 11, 1, 2, 19, 4, 8, 0, 10, 68, 7, 73, 1, 7, 0, 110, 54, 55, 9, 1, 3, 1, 12, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
70
        [7, 0, 0, 0, 16, 0, 0, 0, 10, 0, 0, 24, 0, 0, 9, 0, 0, 2, 3, 0, 2, 0, 0, 0, 14, 0],
Open commit View diff
70 [7, 0, 0, 0, 16, 0, 0, 0, 10, 0, 0, 24, 0, 0, 9, 0, 0, 2, 3, 0, 2, 0, 0, 0, 14, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
71
        [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
71 [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
72
        [2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 3, 0, 0, 1, 0, 0, 3, 0, 0, 0, 0, 0],
Open commit View diff
72 [2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 3, 0, 0, 1, 0, 0, 3, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
73
        [51, 1, 14, 34, 18, 11, 16, 7, 9, 0, 1, 85, 5, 48, 2, 2, 2, 199, 36, 41, 0, 4, 5, 1, 6, 2],
Open commit View diff
73 [51, 1, 14, 34, 18, 11, 16, 7, 9, 0, 1, 85, 5, 48, 2, 2, 2, 199, 36, 41, 0, 4, 5, 1, 6, 2],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
74
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0],
Open commit View diff
74 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
75
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
75 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
76
        [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
Open commit View diff
76 [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
77
        [34, 8, 22, 21, 8, 3, 9, 1, 0, 3, 1, 50, 7, 45, 16, 4, 2, 29, 22, 59, 4, 4, 0, 0, 0, 3],
Open commit View diff
77 [34, 8, 22, 21, 8, 3, 9, 1, 0, 3, 1, 50, 7, 45, 16, 4, 2, 29, 22, 59, 4, 4, 0, 0, 0, 3],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
78
        [0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
Open commit View diff
78 [0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
79
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
79 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
80
        [57, 0, 0, 0, 519, 0, 0, 0, 35, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 32, 1, 0, 0, 3, 0],
Open commit View diff
80 [57, 0, 0, 0, 519, 0, 0, 0, 35, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 32, 1, 0, 0, 3, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
81
        [0, 0, 0, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0],
Open commit View diff
81 [0, 0, 0, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
82
        [1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
82 [1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
83
        [62, 7, 4, 21, 3, 2, 9, 3, 8, 1, 1, 46, 8, 63, 58, 2, 0, 55, 15, 20, 46, 6, 17, 10, 19, 0],
Open commit View diff
83 [62, 7, 4, 21, 3, 2, 9, 3, 8, 1, 1, 46, 8, 63, 58, 2, 0, 55, 15, 20, 46, 6, 17, 10, 19, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
84
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
84 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
85
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
85 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
86
        [110, 0, 0, 0, 77, 0, 0, 0, 100, 0, 0, 0, 0, 0, 78, 0, 0, 0, 0, 0, 28, 0, 0, 0, 10, 0],
Open commit View diff
86 [110, 0, 0, 0, 77, 0, 0, 0, 100, 0, 0, 0, 0, 0, 78, 0, 0, 0, 0, 0, 28, 0, 0, 0, 10, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
87
        [0, 0, 6, 0, 16, 0, 0, 0, 7, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 27, 2, 0, 0, 0, 0, 0],
Open commit View diff
87 [0, 0, 6, 0, 16, 0, 0, 0, 7, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 27, 2, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
88
        [1, 0, 0, 0, 3, 1, 0, 0, 0, 0, 0, 4, 0, 0, 1, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
88 [1, 0, 0, 0, 3, 1, 0, 0, 0, 0, 0, 4, 0, 0, 1, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
89
        [0, 3, 21, 16, 3, 5, 14, 0, 12, 1, 2, 52, 7, 20, 2, 0, 1, 104, 44, 54, 0, 0, 0, 3, 1, 5],
Open commit View diff
89 [0, 3, 21, 16, 3, 5, 14, 0, 12, 1, 2, 52, 7, 20, 2, 0, 1, 104, 44, 54, 0, 0, 0, 3, 1, 5],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
90
        [0, 0, 0, 0, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
90 [0, 0, 0, 0, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
91
        [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
91 [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
92
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
92 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
93
        [1, 0, 0, 0, 3, 0, 1, 2, 0, 0, 0, 4, 0, 0, 0, 3, 0, 6, 8, 3, 0, 0, 2, 0, 0, 2],
Open commit View diff
93 [1, 0, 0, 0, 3, 0, 1, 2, 0, 0, 0, 4, 0, 0, 0, 3, 0, 6, 8, 3, 0, 0, 2, 0, 0, 2],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
94
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Open commit View diff
94 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
95
      ],
Open commit View diff
95 ],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
96
      [
Open commit View diff
96 [
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
97
        [1, 47, 17, 33, 1, 3, 4, 5, 7, 1, 3, 120, 40, 120, 1, 59, 1, 171, 60, 150, 19, 20, 1, 0, 5, 0],
Open commit View diff
97 [1, 47, 17, 33, 1, 3, 4, 5, 7, 1, 3, 120, 40, 120, 1, 59, 1, 171, 60, 150, 19, 20, 1, 0, 5, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
98
        [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
98 [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
99
        [23, 0, 0, 0, 22, 0, 0, 5, 13, 0, 0, 13, 0, 0, 26, 0, 0, 7, 0, 0, 27, 0, 0, 0, 0, 0],
Open commit View diff
99 [23, 0, 0, 0, 22, 0, 0, 5, 13, 0, 0, 13, 0, 0, 26, 0, 0, 7, 0, 0, 27, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
100
        [1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
100 [1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
101
        [23, 6, 4, 17, 6, 6, 1, 2, 13, 0, 0, 50, 12, 109, 7, 43, 0, 76, 63, 22, 1, 0, 4, 0, 2, 1],
Open commit View diff
101 [23, 6, 4, 17, 6, 6, 1, 2, 13, 0, 0, 50, 12, 109, 7, 43, 0, 76, 63, 22, 1, 0, 4, 0, 2, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
102
        [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
102 [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
103
        [0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 4, 1, 0, 1, 0, 0, 0, 0, 0],
Open commit View diff
103 [0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 4, 1, 0, 1, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
104
        [165, 10, 2, 3, 176, 4, 3, 1, 141, 0, 0, 26, 20, 16, 102, 1, 0, 63, 8, 10, 44, 0, 13, 0, 20, 0],
Open commit View diff
104 [165, 10, 2, 3, 176, 4, 3, 1, 141, 0, 0, 26, 20, 16, 102, 1, 0, 63, 8, 10, 44, 0, 13, 0, 20, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
105
        [76, 15, 8, 33, 24, 16, 3, 0, 0, 0, 0, 38, 5, 45, 50, 28, 0, 29, 38, 71, 6, 8, 0, 0, 0, 0],
Open commit View diff
105 [76, 15, 8, 33, 24, 16, 3, 0, 0, 0, 0, 38, 5, 45, 50, 28, 0, 29, 38, 71, 6, 8, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
106
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
106 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
107
        [17, 16, 2, 3, 90, 4, 1, 7, 20, 1, 1, 45, 8, 8, 12, 9, 0, 3, 32, 6, 6, 0, 13, 0, 22, 0],
Open commit View diff
107 [17, 16, 2, 3, 90, 4, 1, 7, 20, 1, 1, 45, 8, 8, 12, 9, 0, 3, 32, 6, 6, 0, 13, 0, 22, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
108
        [95, 0, 0, 0, 84, 0, 0, 0, 50, 0, 0, 0, 0, 0, 54, 0, 0, 0, 0, 0, 34, 0, 0, 0, 3, 0],
Open commit View diff
108 [95, 0, 0, 0, 84, 0, 0, 0, 50, 0, 0, 0, 0, 0, 54, 0, 0, 0, 0, 0, 34, 0, 0, 0, 3, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
109
        [1, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
Open commit View diff
109 [1, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
110
        [2, 0, 0, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
Open commit View diff
110 [2, 0, 0, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
111
        [33, 16, 40, 22, 14, 10, 11, 12, 9, 1, 1, 101, 218, 421, 24, 56, 2, 129, 37, 40, 86, 22, 25, 4, 4, 2],
Open commit View diff
111 [33, 16, 40, 22, 14, 10, 11, 12, 9, 1, 1, 101, 218, 421, 24, 56, 2, 129, 37, 40, 86, 22, 25, 4, 4, 2],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
112
        [1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
Open commit View diff
112 [1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
113
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0],
Open commit View diff
113 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
114
        [101, 0, 0, 0, 112, 0, 0, 0, 75, 0, 0, 0, 0, 0, 88, 0, 0, 0, 0, 1, 41, 0, 0, 0, 25, 0],
Open commit View diff
114 [101, 0, 0, 0, 112, 0, 0, 0, 75, 0, 0, 0, 0, 0, 88, 0, 0, 0, 0, 1, 41, 0, 0, 0, 25, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
115
        [0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 1, 2, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0],
Open commit View diff
115 [0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 1, 2, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
116
        [44, 0, 0, 0, 12, 2, 0, 0, 113, 0, 0, 0, 2, 0, 94, 0, 0, 46, 0, 0, 42, 0, 1, 0, 3, 0],
Open commit View diff
116 [44, 0, 0, 0, 12, 2, 0, 0, 113, 0, 0, 0, 2, 0, 94, 0, 0, 46, 0, 0, 42, 0, 1, 0, 3, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
117
        [3, 12, 2, 6, 6, 6, 0, 0, 8, 0, 0, 102, 42, 10, 9, 15, 0, 72, 51, 41, 1, 0, 0, 0, 0, 0],
Open commit View diff
117 [3, 12, 2, 6, 6, 6, 0, 0, 8, 0, 0, 102, 42, 10, 9, 15, 0, 72, 51, 41, 1, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
118
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
118 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
119
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
119 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
120
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
120 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
121
        [5, 1, 20, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 2, 2, 4, 0, 3, 2, 9, 0, 0, 0, 0, 0, 0],
Open commit View diff
121 [5, 1, 20, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 2, 2, 4, 0, 3, 2, 9, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
122
        [2, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Open commit View diff
122 [2, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
123
      ],
Open commit View diff
123 ],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
124
      [
Open commit View diff
124 [
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
125
        [0, 7, 16, 7, 1, 2, 13, 6, 18, 0, 3, 54, 23, 59, 0, 10, 0, 31, 6, 40, 8, 13, 3, 0, 32, 3],
Open commit View diff
125 [0, 7, 16, 7, 1, 2, 13, 6, 18, 0, 3, 54, 23, 59, 0, 10, 0, 31, 6, 40, 8, 13, 3, 0, 32, 3],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
126
        [9, 0, 0, 0, 7, 0, 0, 0, 3, 0, 0, 2, 0, 0, 8, 0, 0, 1, 0, 0, 8, 0, 0, 0, 2, 0],
Open commit View diff
126 [9, 0, 0, 0, 7, 0, 0, 0, 3, 0, 0, 2, 0, 0, 8, 0, 0, 1, 0, 0, 8, 0, 0, 0, 2, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
127
        [5, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0],
Open commit View diff
127 [5, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
128
        [8, 0, 0, 0, 30, 0, 0, 3, 19, 0, 0, 38, 0, 0, 4, 0, 0, 4, 0, 0, 1, 0, 0, 0, 16, 0],
Open commit View diff
128 [8, 0, 0, 0, 30, 0, 0, 3, 19, 0, 0, 38, 0, 0, 4, 0, 0, 4, 0, 0, 1, 0, 0, 0, 16, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
129
        [34, 37, 82, 14, 17, 41, 11, 4, 5, 2, 0, 88, 62, 170, 14, 40, 4, 183, 99, 39, 6, 20, 16, 6, 1, 2],
Open commit View diff
129 [34, 37, 82, 14, 17, 41, 11, 4, 5, 2, 0, 88, 62, 170, 14, 40, 4, 183, 99, 39, 6, 20, 16, 6, 1, 2],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
130
        [6, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 2, 0, 0, 5, 0, 0, 2, 0, 0, 4, 0, 0, 0, 0, 0],
Open commit View diff
130 [6, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 2, 0, 0, 5, 0, 0, 2, 0, 0, 4, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
131
        [4, 0, 0, 0, 73, 0, 0, 0, 2, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 2, 0, 1, 0, 3, 0],
Open commit View diff
131 [4, 0, 0, 0, 73, 0, 0, 0, 2, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 2, 0, 1, 0, 3, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
132
        [8, 0, 0, 0, 9, 0, 0, 0, 4, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
132 [8, 0, 0, 0, 9, 0, 0, 0, 4, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
133
        [100, 10, 104, 12, 33, 26, 31, 1, 1, 0, 1, 22, 22, 65, 57, 15, 0, 20, 138, 53, 20, 31, 1, 6, 0, 1],
Open commit View diff
133 [100, 10, 104, 12, 33, 26, 31, 1, 1, 0, 1, 22, 22, 65, 57, 15, 0, 20, 138, 53, 20, 31, 1, 6, 0, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
134
        [4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0],
Open commit View diff
134 [4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
135
        [0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
135 [0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
136
        [9, 0, 0, 0, 79, 0, 0, 0, 12, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 1, 0, 0, 0, 3, 0],
Open commit View diff
136 [9, 0, 0, 0, 79, 0, 0, 0, 12, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 1, 0, 0, 0, 3, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
137
        [13, 0, 0, 0, 3, 0, 0, 0, 21, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
Open commit View diff
137 [13, 0, 0, 0, 3, 0, 0, 0, 21, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
138
        [7, 0, 0, 0, 9, 0, 0, 0, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0],
Open commit View diff
138 [7, 0, 0, 0, 9, 0, 0, 0, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
139
        [1, 5, 21, 10, 6, 3, 20, 1, 3, 0, 0, 30, 38, 54, 17, 7, 0, 39, 11, 10, 30, 5, 54, 5, 1, 3],
Open commit View diff
139 [1, 5, 21, 10, 6, 3, 20, 1, 3, 0, 0, 30, 38, 54, 17, 7, 0, 39, 11, 10, 30, 5, 54, 5, 1, 3],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
140
        [6, 0, 0, 0, 1, 0, 0, 1, 3, 0, 0, 1, 0, 0, 7, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
140 [6, 0, 0, 0, 1, 0, 0, 1, 3, 0, 0, 1, 0, 0, 7, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
141
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0],
Open commit View diff
141 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
142
        [74, 0, 0, 0, 47, 0, 0, 0, 53, 0, 0, 0, 0, 0, 80, 0, 0, 0, 0, 0, 22, 0, 0, 0, 8, 0],
Open commit View diff
142 [74, 0, 0, 0, 47, 0, 0, 0, 53, 0, 0, 0, 0, 0, 80, 0, 0, 0, 0, 0, 22, 0, 0, 0, 8, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
143
        [1, 0, 3, 0, 10, 0, 0, 9, 5, 0, 1, 3, 10, 0, 16, 8, 0, 0, 0, 31, 1, 0, 2, 0, 0, 0],
Open commit View diff
143 [1, 0, 3, 0, 10, 0, 0, 9, 5, 0, 1, 3, 10, 0, 16, 8, 0, 0, 0, 31, 1, 0, 2, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
144
        [3, 0, 0, 0, 1, 0, 0, 6, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
144 [3, 0, 0, 0, 1, 0, 0, 6, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
145
        [10, 7, 52, 2, 5, 3, 4, 0, 2, 0, 1, 33, 14, 15, 5, 11, 1, 19, 15, 8, 1, 0, 0, 0, 0, 1],
Open commit View diff
145 [10, 7, 52, 2, 5, 3, 4, 0, 2, 0, 1, 33, 14, 15, 5, 11, 1, 19, 15, 8, 1, 0, 0, 0, 0, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
146
        [3, 0, 0, 0, 13, 0, 0, 0, 7, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
146 [3, 0, 0, 0, 13, 0, 0, 0, 7, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
147
        [19, 0, 0, 0, 10, 0, 0, 0, 19, 0, 0, 0, 0, 0, 8, 0, 0, 2, 0, 0, 0, 0, 0, 0, 2, 0],
Open commit View diff
147 [19, 0, 0, 0, 10, 0, 0, 0, 19, 0, 0, 0, 0, 0, 8, 0, 0, 2, 0, 0, 0, 0, 0, 0, 2, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
148
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
148 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
149
        [4, 2, 1, 2, 3, 1, 2, 0, 1, 0, 1, 4, 4, 12, 0, 0, 0, 0, 8, 1, 0, 0, 1, 0, 0, 0],
Open commit View diff
149 [4, 2, 1, 2, 3, 1, 2, 0, 1, 0, 1, 4, 4, 12, 0, 0, 0, 0, 8, 1, 0, 0, 1, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
150
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]
Open commit View diff
150 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
151
      ],
Open commit View diff
151 ],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
152
      [
Open commit View diff
152 [
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
153
        [0, 39, 34, 110, 0, 12, 13, 3, 0, 0, 50, 68, 38, 71, 0, 13, 1, 117, 80, 112, 28, 19, 7, 0, 0, 1],
Open commit View diff
153 [0, 39, 34, 110, 0, 12, 13, 3, 0, 0, 50, 68, 38, 71, 0, 13, 1, 117, 80, 112, 28, 19, 7, 0, 0, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
154
        [32, 5, 0, 0, 31, 0, 0, 0, 8, 0, 0, 6, 0, 0, 28, 0, 0, 32, 2, 3, 29, 0, 0, 0, 4, 0],
Open commit View diff
154 [32, 5, 0, 0, 31, 0, 0, 0, 8, 0, 0, 6, 0, 0, 28, 0, 0, 32, 2, 3, 29, 0, 0, 0, 4, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
155
        [33, 0, 9, 2, 51, 0, 0, 39, 49, 0, 47, 26, 0, 0, 59, 0, 0, 35, 2, 206, 42, 0, 0, 0, 2, 0],
Open commit View diff
155 [33, 0, 9, 2, 51, 0, 0, 39, 49, 0, 47, 26, 0, 0, 59, 0, 0, 35, 2, 206, 42, 0, 0, 0, 2, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
156
        [29, 7, 1, 16, 45, 5, 22, 3, 88, 0, 0, 8, 9, 4, 24, 2, 0, 27, 8, 4, 27, 0, 7, 0, 13, 0],
Open commit View diff
156 [29, 7, 1, 16, 45, 5, 22, 3, 88, 0, 0, 8, 9, 4, 24, 2, 0, 27, 8, 4, 27, 0, 7, 0, 13, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
157
        [2, 4, 13, 63, 1, 6, 1, 4, 10, 0, 19, 23, 13, 66, 1, 42, 0, 43, 9, 34, 1, 4, 6, 0, 0, 8],
Open commit View diff
157 [2, 4, 13, 63, 1, 6, 1, 4, 10, 0, 19, 23, 13, 66, 1, 42, 0, 43, 9, 34, 1, 4, 6, 0, 0, 8],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
158
        [14, 0, 1, 2, 36, 33, 0, 0, 22, 0, 0, 15, 0, 0, 24, 0, 0, 14, 1, 13, 35, 0, 0, 0, 5, 0],
Open commit View diff
158 [14, 0, 1, 2, 36, 33, 0, 0, 22, 0, 0, 15, 0, 0, 24, 0, 0, 14, 1, 13, 35, 0, 0, 0, 5, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
159
        [48, 1, 0, 0, 36, 1, 15, 2, 38, 0, 0, 7, 4, 4, 26, 0, 0, 38, 0, 0, 19, 0, 0, 0, 4, 0],
Open commit View diff
159 [48, 1, 0, 0, 36, 1, 15, 2, 38, 0, 0, 7, 4, 4, 26, 0, 0, 38, 0, 0, 19, 0, 0, 0, 4, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
160
        [14, 0, 0, 0, 24, 0, 0, 0, 6, 0, 0, 0, 1, 0, 18, 0, 0, 4, 0, 0, 4, 0, 0, 0, 3, 0],
Open commit View diff
160 [14, 0, 0, 0, 24, 0, 0, 0, 6, 0, 0, 0, 1, 0, 18, 0, 0, 4, 0, 0, 4, 0, 0, 0, 3, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
161
        [8, 0, 5, 13, 2, 1, 42, 0, 1, 1, 2, 13, 7, 59, 1, 1, 0, 10, 25, 22, 0, 7, 0, 0, 0, 2],
Open commit View diff
161 [8, 0, 5, 13, 2, 1, 42, 0, 1, 1, 2, 13, 7, 59, 1, 1, 0, 10, 25, 22, 0, 7, 0, 0, 0, 2],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
162
        [4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0],
Open commit View diff
162 [4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
163
        [2, 1, 0, 1, 6, 0, 0, 0, 4, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 3, 0, 0, 0, 0, 1, 0],
Open commit View diff
163 [2, 1, 0, 1, 6, 0, 0, 0, 4, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 3, 0, 0, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
164
        [76, 7, 6, 57, 131, 19, 7, 3, 125, 0, 4, 238, 22, 1, 48, 15, 0, 4, 27, 26, 17, 19, 2, 0, 7, 0],
Open commit View diff
164 [76, 7, 6, 57, 131, 19, 7, 3, 125, 0, 4, 238, 22, 1, 48, 15, 0, 4, 27, 26, 17, 19, 2, 0, 7, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
165
        [87, 53, 1, 0, 84, 0, 0, 0, 102, 0, 0, 3, 8, 8, 56, 64, 0, 0, 4, 0, 19, 0, 1, 0, 8, 0],
Open commit View diff
165 [87, 53, 1, 0, 84, 0, 0, 0, 102, 0, 0, 3, 8, 8, 56, 64, 0, 0, 4, 0, 19, 0, 1, 0, 8, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
166
        [78, 17, 68, 159, 128, 8, 35, 14, 96, 2, 2, 4, 5, 54, 57, 3, 2, 9, 127, 624, 33, 10, 8, 0, 11, 16],
Open commit View diff
166 [78, 17, 68, 159, 128, 8, 35, 14, 96, 2, 2, 4, 5, 54, 57, 3, 2, 9, 127, 624, 33, 10, 8, 0, 11, 16],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
167
        [0, 0, 8, 10, 0, 6, 7, 1, 2, 0, 0, 23, 10, 38, 0, 16, 0, 14, 6, 4, 41, 3, 2, 2, 0, 1],
Open commit View diff
167 [0, 0, 8, 10, 0, 6, 7, 1, 2, 0, 0, 23, 10, 38, 0, 16, 0, 14, 6, 4, 41, 3, 2, 2, 0, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
168
        [26, 1, 1, 0, 27, 0, 0, 32, 45, 0, 0, 21, 1, 0, 35, 9, 0, 35, 10, 65, 13, 0, 2, 0, 3, 0],
Open commit View diff
168 [26, 1, 1, 0, 27, 0, 0, 32, 45, 0, 0, 21, 1, 0, 35, 9, 0, 35, 10, 65, 13, 0, 2, 0, 3, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
169
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0],
Open commit View diff
169 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
170
        [217, 57, 66, 22, 190, 41, 70, 13, 200, 3, 14, 40, 134, 117, 113, 42, 2, 123, 167, 135, 23, 58, 22, 1, 123, 1],
Open commit View diff
170 [217, 57, 66, 22, 190, 41, 70, 13, 200, 3, 14, 40, 134, 117, 113, 42, 2, 123, 167, 135, 23, 58, 22, 1, 123, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
171
        [17, 7, 74, 6, 58, 1, 3, 25, 82, 0, 3, 6, 17, 5, 34, 52, 7, 0, 222, 278, 18, 2, 1, 0, 6, 0],
Open commit View diff
171 [17, 7, 74, 6, 58, 1, 3, 25, 82, 0, 3, 6, 17, 5, 34, 52, 7, 0, 222, 278, 18, 2, 1, 0, 6, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
172
        [78, 3, 19, 0, 129, 4, 0, 93, 105, 0, 1, 3, 2, 2, 50, 1, 0, 73, 5, 113, 17, 0, 4, 0, 32, 4],
Open commit View diff
172 [78, 3, 19, 0, 129, 4, 0, 93, 105, 0, 1, 3, 2, 2, 50, 1, 0, 73, 5, 113, 17, 0, 4, 0, 32, 4],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
173
        [0, 4, 7, 6, 1, 0, 4, 0, 0, 0, 2, 3, 17, 4, 0, 15, 0, 46, 20, 18, 0, 2, 1, 0, 0, 0],
Open commit View diff
173 [0, 4, 7, 6, 1, 0, 4, 0, 0, 0, 2, 3, 17, 4, 0, 15, 0, 46, 20, 18, 0, 2, 1, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
174
        [29, 0, 0, 0, 121, 0, 0, 0, 56, 0, 0, 0, 0, 0, 26, 0, 0, 2, 1, 0, 2, 2, 0, 0, 3, 1],
Open commit View diff
174 [29, 0, 0, 0, 121, 0, 0, 0, 56, 0, 0, 0, 0, 0, 26, 0, 0, 2, 1, 0, 2, 2, 0, 0, 3, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
175
        [33, 4, 3, 4, 16, 2, 0, 5, 24, 0, 0, 3, 3, 3, 23, 2, 0, 3, 15, 4, 0, 0, 1, 0, 2, 0],
Open commit View diff
175 [33, 4, 3, 4, 16, 2, 0, 5, 24, 0, 0, 3, 3, 3, 23, 2, 0, 3, 15, 4, 0, 0, 1, 0, 2, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
176
        [29, 0, 43, 0, 20, 0, 0, 14, 21, 0, 0, 0, 0, 0, 15, 78, 1, 0, 0, 72, 12, 0, 0, 1, 2, 0],
Open commit View diff
176 [29, 0, 43, 0, 20, 0, 0, 14, 21, 0, 0, 0, 0, 0, 15, 78, 1, 0, 0, 72, 12, 0, 0, 1, 2, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
177
        [7, 3, 1, 4, 25, 2, 0, 2, 0, 0, 1, 4, 6, 4, 4, 1, 0, 2, 3, 0, 0, 1, 4, 0, 0, 0],
Open commit View diff
177 [7, 3, 1, 4, 25, 2, 0, 2, 0, 0, 1, 4, 6, 4, 4, 1, 0, 2, 3, 0, 0, 1, 4, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
178
        [1, 0, 0, 0, 9, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 0, 1, 0, 0, 1, 1, 0, 0, 2, 3]
Open commit View diff
178 [1, 0, 0, 0, 9, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 0, 1, 0, 0, 1, 1, 0, 0, 2, 3]
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
179
      ],
Open commit View diff
179 ],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
180
      [
Open commit View diff
180 [
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
181
        [1, 10, 39, 5, 2, 1, 1, 3, 18, 0, 2, 35, 10, 27, 0, 0, 0, 36, 13, 18, 10, 0, 2, 3, 4, 1],
Open commit View diff
181 [1, 10, 39, 5, 2, 1, 1, 3, 18, 0, 2, 35, 10, 27, 0, 0, 0, 36, 13, 18, 10, 0, 2, 3, 4, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
182
        [2, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
182 [2, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
183
        [1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
183 [1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
184
        [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
184 [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
185
        [18, 5, 24, 6, 12, 0, 2, 0, 6, 0, 1, 25, 6, 18, 2, 0, 0, 114, 17, 15, 4, 2, 2, 0, 1, 0],
Open commit View diff
185 [18, 5, 24, 6, 12, 0, 2, 0, 6, 0, 1, 25, 6, 18, 2, 0, 0, 114, 17, 15, 4, 2, 2, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
186
        [10, 2, 0, 0, 51, 0, 0, 2, 45, 0, 0, 21, 4, 0, 13, 0, 0, 9, 7, 0, 7, 0, 0, 0, 8, 0],
Open commit View diff
186 [10, 2, 0, 0, 51, 0, 0, 2, 45, 0, 0, 21, 4, 0, 13, 0, 0, 9, 7, 0, 7, 0, 0, 0, 8, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
187
        [1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
187 [1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
188
        [2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
188 [2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
189
        [9, 9, 58, 18, 42, 7, 11, 0, 0, 0, 0, 29, 2, 53, 0, 0, 0, 40, 41, 18, 0, 2, 0, 10, 0, 3],
Open commit View diff
189 [9, 9, 58, 18, 42, 7, 11, 0, 0, 0, 0, 29, 2, 53, 0, 0, 0, 40, 41, 18, 0, 2, 0, 10, 0, 3],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
190
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
190 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
191
        [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
191 [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
192
        [64, 0, 0, 0, 50, 0, 0, 0, 21, 0, 0, 0, 0, 0, 60, 0, 0, 0, 0, 0, 42, 0, 0, 0, 15, 0],
Open commit View diff
192 [64, 0, 0, 0, 50, 0, 0, 0, 21, 0, 0, 0, 0, 0, 60, 0, 0, 0, 0, 0, 42, 0, 0, 0, 15, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
193
        [6, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
193 [6, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
194
        [0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
194 [0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
195
        [5, 1, 8, 2, 1, 0, 7, 0, 6, 0, 0, 34, 1, 8, 32, 2, 0, 165, 5, 0, 25, 1, 2, 7, 1, 0],
Open commit View diff
195 [5, 1, 8, 2, 1, 0, 7, 0, 6, 0, 0, 34, 1, 8, 32, 2, 0, 165, 5, 0, 25, 1, 2, 7, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
196
        [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
196 [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
197
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
197 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
198
        [64, 0, 0, 0, 66, 0, 0, 0, 35, 0, 0, 0, 0, 0, 35, 0, 0, 0, 0, 0, 11, 0, 0, 0, 3, 0],
Open commit View diff
198 [64, 0, 0, 0, 66, 0, 0, 0, 35, 0, 0, 0, 0, 0, 35, 0, 0, 0, 0, 0, 11, 0, 0, 0, 3, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
199
        [1, 0, 0, 0, 2, 0, 0, 2, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0],
Open commit View diff
199 [1, 0, 0, 0, 2, 0, 0, 2, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
200
        [1, 1, 1, 0, 19, 0, 0, 3, 1, 0, 0, 0, 1, 0, 3, 0, 0, 1, 9, 0, 0, 0, 4, 0, 8, 0],
Open commit View diff
200 [1, 1, 1, 0, 19, 0, 0, 3, 1, 0, 0, 0, 1, 0, 3, 0, 0, 1, 9, 0, 0, 0, 4, 0, 8, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
201
        [0, 0, 4, 2, 1, 0, 9, 0, 0, 2, 0, 119, 7, 24, 0, 0, 0, 28, 31, 6, 0, 0, 0, 0, 0, 2],
Open commit View diff
201 [0, 0, 4, 2, 1, 0, 9, 0, 0, 2, 0, 119, 7, 24, 0, 0, 0, 28, 31, 6, 0, 0, 0, 0, 0, 2],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
202
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
202 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
203
        [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
203 [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
204
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
204 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
205
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
205 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
206
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Open commit View diff
206 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
207
      ],
Open commit View diff
207 ],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
208
      [
Open commit View diff
208 [
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
209
        [0, 20, 5, 11, 3, 2, 11, 3, 13, 0, 0, 68, 24, 60, 1, 5, 0, 63, 23, 68, 15, 8, 5, 0, 2, 5],
Open commit View diff
209 [0, 20, 5, 11, 3, 2, 11, 3, 13, 0, 0, 68, 24, 60, 1, 5, 0, 63, 23, 68, 15, 8, 5, 0, 2, 5],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
210
        [4, 0, 0, 0, 1, 0, 0, 0, 3, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
210 [4, 0, 0, 0, 1, 0, 0, 0, 3, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
211
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
211 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
212
        [2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
212 [2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
213
        [23, 3, 2, 4, 12, 1, 1, 3, 4, 0, 0, 32, 8, 141, 39, 4, 0, 96, 29, 33, 1, 1, 4, 0, 5, 0],
Open commit View diff
213 [23, 3, 2, 4, 12, 1, 1, 3, 4, 0, 0, 32, 8, 141, 39, 4, 0, 96, 29, 33, 1, 1, 4, 0, 5, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
214
        [0, 0, 0, 0, 1, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 3, 0, 0, 0, 0, 0],
Open commit View diff
214 [0, 0, 0, 0, 1, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 3, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
215
        [8, 0, 0, 0, 20, 0, 0, 1, 60, 0, 0, 24, 0, 0, 3, 1, 0, 6, 4, 0, 0, 0, 0, 0, 12, 0],
Open commit View diff
215 [8, 0, 0, 0, 20, 0, 0, 1, 60, 0, 0, 24, 0, 0, 3, 1, 0, 6, 4, 0, 0, 0, 0, 0, 12, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
216
        [18, 4, 1, 1, 12, 2, 1, 1, 2, 0, 1, 4, 0, 3, 12, 1, 0, 1, 3, 153, 2, 0, 3, 0, 1, 0],
Open commit View diff
216 [18, 4, 1, 1, 12, 2, 1, 1, 2, 0, 1, 4, 0, 3, 12, 1, 0, 1, 3, 153, 2, 0, 3, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
217
        [23, 21, 16, 6, 7, 2, 9, 0, 0, 0, 0, 24, 7, 103, 17, 1, 0, 10, 26, 19, 3, 10, 0, 0, 0, 1],
Open commit View diff
217 [23, 21, 16, 6, 7, 2, 9, 0, 0, 0, 0, 24, 7, 103, 17, 1, 0, 10, 26, 19, 3, 10, 0, 0, 0, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
218
        [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
218 [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
219
        [0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
219 [0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
220
        [49, 0, 0, 0, 73, 0, 0, 0, 25, 0, 0, 0, 0, 0, 38, 0, 0, 0, 0, 0, 13, 0, 0, 0, 17, 0],
Open commit View diff
220 [49, 0, 0, 0, 73, 0, 0, 0, 25, 0, 0, 0, 0, 0, 38, 0, 0, 0, 0, 0, 13, 0, 0, 0, 17, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
221
        [23, 0, 0, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 1, 0],
Open commit View diff
221 [23, 0, 0, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
222
        [26, 1, 0, 0, 28, 0, 0, 0, 20, 0, 0, 0, 0, 0, 26, 2, 0, 0, 0, 1, 7, 0, 0, 0, 0, 0],
Open commit View diff
222 [26, 1, 0, 0, 28, 0, 0, 0, 20, 0, 0, 0, 0, 0, 26, 2, 0, 0, 0, 1, 7, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
223
        [6, 4, 3, 16, 6, 1, 10, 1, 5, 0, 0, 22, 1, 49, 20, 3, 0, 34, 12, 23, 16, 7, 5, 0, 1, 0],
Open commit View diff
223 [6, 4, 3, 16, 6, 1, 10, 1, 5, 0, 0, 22, 1, 49, 20, 3, 0, 34, 12, 23, 16, 7, 5, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
224
        [0, 0, 0, 0, 1, 0, 0, 0, 3, 0, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
224 [0, 0, 0, 0, 1, 0, 0, 0, 3, 0, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
225
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
225 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
226
        [216, 0, 0, 0, 97, 0, 0, 0, 43, 0, 0, 0, 0, 0, 50, 0, 0, 0, 0, 0, 14, 0, 0, 0, 3, 0],
Open commit View diff
226 [216, 0, 0, 0, 97, 0, 0, 0, 43, 0, 0, 0, 0, 0, 50, 0, 0, 0, 0, 0, 14, 0, 0, 0, 3, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
227
        [2, 2, 0, 0, 0, 0, 0, 2, 2, 0, 1, 1, 0, 0, 2, 1, 0, 0, 0, 18, 0, 0, 1, 0, 0, 0],
Open commit View diff
227 [2, 2, 0, 0, 0, 0, 0, 2, 2, 0, 1, 1, 0, 0, 2, 1, 0, 0, 0, 18, 0, 0, 1, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
228
        [2, 0, 0, 0, 0, 0, 0, 8, 3, 0, 0, 0, 0, 0, 17, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
228 [2, 0, 0, 0, 0, 0, 0, 8, 3, 0, 0, 0, 0, 0, 17, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
229
        [28, 1, 1, 0, 49, 1, 1, 0, 41, 0, 0, 26, 15, 24, 2, 0, 0, 14, 22, 6, 0, 0, 0, 0, 3, 1],
Open commit View diff
229 [28, 1, 1, 0, 49, 1, 1, 0, 41, 0, 0, 26, 15, 24, 2, 0, 0, 14, 22, 6, 0, 0, 0, 0, 3, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
230
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
230 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
231
        [5, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0],
Open commit View diff
231 [5, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
232
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
232 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
233
        [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 3, 0, 6, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
233 [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 3, 0, 6, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
234
        [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Open commit View diff
234 [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
235
      ],
Open commit View diff
235 ],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
236
      [
Open commit View diff
236 [
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
237
        [2, 26, 15, 20, 6, 8, 22, 3, 31, 0, 11, 90, 66, 171, 3, 25, 0, 142, 30, 49, 20, 11, 20, 0, 13, 8],
Open commit View diff
237 [2, 26, 15, 20, 6, 8, 22, 3, 31, 0, 11, 90, 66, 171, 3, 25, 0, 142, 30, 49, 20, 11, 20, 0, 13, 8],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
238
        [4, 0, 0, 0, 3, 0, 0, 0, 1, 0, 0, 2, 0, 0, 12, 0, 0, 2, 0, 0, 4, 0, 0, 0, 1, 0],
Open commit View diff
238 [4, 0, 0, 0, 3, 0, 0, 0, 1, 0, 0, 2, 0, 0, 12, 0, 0, 2, 0, 0, 4, 0, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
239
        [1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
239 [1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
240
        [2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
240 [2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
241
        [123, 5, 22, 33, 37, 5, 3, 0, 27, 0, 0, 87, 65, 86, 17, 7, 1, 311, 57, 42, 11, 11, 14, 8, 11, 2],
Open commit View diff
241 [123, 5, 22, 33, 37, 5, 3, 0, 27, 0, 0, 87, 65, 86, 17, 7, 1, 311, 57, 42, 11, 11, 14, 8, 11, 2],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
242
        [2, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0],
Open commit View diff
242 [2, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
243
        [1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
243 [1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
244
        [1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
244 [1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
245
        [22, 22, 56, 15, 23, 6, 19, 0, 0, 1, 1, 73, 20, 79, 17, 41, 0, 36, 53, 39, 3, 11, 0, 0, 0, 6],
Open commit View diff
245 [22, 22, 56, 15, 23, 6, 19, 0, 0, 1, 1, 73, 20, 79, 17, 41, 0, 36, 53, 39, 3, 11, 0, 0, 0, 6],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
246
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
246 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
247
        [0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
247 [0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
248
        [5, 0, 0, 0, 11, 0, 0, 0, 8, 0, 0, 0, 0, 0, 22, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0],
Open commit View diff
248 [5, 0, 0, 0, 11, 0, 0, 0, 8, 0, 0, 0, 0, 0, 22, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
249
        [21, 0, 0, 0, 15, 0, 0, 0, 6, 0, 0, 0, 1, 0, 7, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0, 0],
Open commit View diff
249 [21, 0, 0, 0, 15, 0, 0, 0, 6, 0, 0, 0, 1, 0, 7, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
250
        [3, 0, 0, 0, 8, 0, 0, 0, 9, 0, 0, 0, 0, 1, 3, 0, 0, 0, 4, 0, 2, 0, 0, 0, 0, 0],
Open commit View diff
250 [3, 0, 0, 0, 8, 0, 0, 0, 9, 0, 0, 0, 0, 1, 3, 0, 0, 0, 4, 0, 2, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
251
        [13, 18, 13, 25, 17, 5, 13, 0, 7, 1, 4, 101, 62, 62, 44, 29, 0, 130, 45, 33, 81, 8, 28, 0, 6, 2],
Open commit View diff
251 [13, 18, 13, 25, 17, 5, 13, 0, 7, 1, 4, 101, 62, 62, 44, 29, 0, 130, 45, 33, 81, 8, 28, 0, 6, 2],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
252
        [3, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
Open commit View diff
252 [3, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
253
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
Open commit View diff
253 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
254
        [20, 0, 0, 0, 23, 0, 0, 0, 40, 0, 0, 1, 0, 0, 72, 0, 0, 0, 0, 0, 13, 0, 0, 0, 3, 0],
Open commit View diff
254 [20, 0, 0, 0, 23, 0, 0, 0, 40, 0, 0, 1, 0, 0, 72, 0, 0, 0, 0, 0, 13, 0, 0, 0, 3, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
255
        [3, 0, 1, 0, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0],
Open commit View diff
255 [3, 0, 1, 0, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
256
        [3, 0, 2, 1, 21, 9, 1, 7, 5, 0, 0, 1, 4, 3, 4, 1, 0, 2, 7, 1, 1, 0, 3, 0, 6, 0],
Open commit View diff
256 [3, 0, 2, 1, 21, 9, 1, 7, 5, 0, 0, 1, 4, 3, 4, 1, 0, 2, 7, 1, 1, 0, 3, 0, 6, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
257
        [3, 13, 7, 6, 3, 5, 12, 1, 0, 0, 0, 7, 37, 26, 0, 3, 0, 37, 24, 15, 0, 0, 0, 2, 2, 1],
Open commit View diff
257 [3, 13, 7, 6, 3, 5, 12, 1, 0, 0, 0, 7, 37, 26, 0, 3, 0, 37, 24, 15, 0, 0, 0, 2, 2, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
258
        [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
258 [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
259
        [17, 0, 0, 0, 5, 0, 0, 2, 5, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
259 [17, 0, 0, 0, 5, 0, 0, 2, 5, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
260
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
260 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
261
        [5, 1, 1, 39, 1, 0, 3, 0, 1, 0, 0, 13, 9, 0, 0, 25, 0, 9, 29, 9, 0, 0, 0, 1, 0, 0],
Open commit View diff
261 [5, 1, 1, 39, 1, 0, 3, 0, 1, 0, 0, 13, 9, 0, 0, 25, 0, 9, 29, 9, 0, 0, 0, 1, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
262
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Open commit View diff
262 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
263
      ],
Open commit View diff
263 ],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
264
      [
Open commit View diff
264 [
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
265
        [0, 33, 20, 8, 1, 0, 17, 5, 1, 0, 2, 169, 20, 230, 0, 3, 0, 30, 13, 91, 0, 1, 1, 2, 0, 1],
Open commit View diff
265 [0, 33, 20, 8, 1, 0, 17, 5, 1, 0, 2, 169, 20, 230, 0, 3, 0, 30, 13, 91, 0, 1, 1, 2, 0, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
266
        [11, 19, 0, 0, 38, 0, 0, 0, 22, 0, 0, 131, 1, 2, 10, 0, 0, 20, 1, 0, 23, 0, 0, 0, 2, 0],
Open commit View diff
266 [11, 19, 0, 0, 38, 0, 0, 0, 22, 0, 0, 131, 1, 2, 10, 0, 0, 20, 1, 0, 23, 0, 0, 0, 2, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
267
        [161, 0, 3, 0, 113, 0, 0, 62, 113, 0, 142, 15, 0, 4, 46, 0, 0, 12, 5, 53, 42, 0, 0, 0, 7, 0],
Open commit View diff
267 [161, 0, 3, 0, 113, 0, 0, 62, 113, 0, 142, 15, 0, 4, 46, 0, 0, 12, 5, 53, 42, 0, 0, 0, 7, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
268
        [51, 2, 0, 31, 232, 0, 30, 0, 46, 1, 0, 5, 1, 8, 10, 1, 0, 1, 10, 5, 11, 0, 7, 0, 9, 0],
Open commit View diff
268 [51, 2, 0, 31, 232, 0, 30, 0, 46, 1, 0, 5, 1, 8, 10, 1, 0, 1, 10, 5, 11, 0, 7, 0, 9, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
269
        [0, 1, 17, 6, 1, 16, 11, 1, 0, 0, 1, 52, 4, 70, 0, 1, 0, 66, 18, 50, 7, 17, 6, 0, 0, 2],
Open commit View diff
269 [0, 1, 17, 6, 1, 16, 11, 1, 0, 0, 1, 52, 4, 70, 0, 1, 0, 66, 18, 50, 7, 17, 6, 0, 0, 2],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
270
        [7, 0, 0, 0, 31, 45, 0, 0, 27, 0, 0, 9, 0, 1, 10, 0, 0, 2, 0, 24, 10, 0, 0, 0, 71, 0],
Open commit View diff
270 [7, 0, 0, 0, 31, 45, 0, 0, 27, 0, 0, 9, 0, 1, 10, 0, 0, 2, 0, 24, 10, 0, 0, 0, 71, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
271
        [48, 0, 0, 0, 41, 0, 30, 147, 30, 0, 0, 4, 15, 57, 20, 1, 0, 23, 3, 1, 15, 0, 1, 0, 2, 2],
Open commit View diff
271 [48, 0, 0, 0, 41, 0, 30, 147, 30, 0, 0, 4, 15, 57, 20, 1, 0, 23, 3, 1, 15, 0, 1, 0, 2, 2],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
272
        [1, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
272 [1, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
273
        [1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
273 [1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
274
        [3, 0, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
Open commit View diff
274 [3, 0, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
275
        [6, 0, 0, 0, 17, 0, 0, 0, 3, 0, 1, 0, 0, 0, 3, 0, 0, 0, 0, 1, 2, 0, 0, 0, 1, 0],
Open commit View diff
275 [6, 0, 0, 0, 17, 0, 0, 0, 3, 0, 1, 0, 0, 0, 3, 0, 0, 0, 0, 1, 2, 0, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
276
        [60, 10, 6, 36, 106, 6, 5, 7, 90, 0, 13, 253, 14, 0, 24, 1, 0, 1, 10, 31, 6, 6, 5, 0, 10, 0],
Open commit View diff
276 [60, 10, 6, 36, 106, 6, 5, 7, 90, 0, 13, 253, 14, 0, 24, 1, 0, 1, 10, 31, 6, 6, 5, 0, 10, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
277
        [76, 26, 0, 0, 94, 1, 0, 1, 53, 0, 0, 1, 38, 1, 30, 133, 0, 1, 8, 0, 17, 0, 0, 0, 2, 0],
Open commit View diff
277 [76, 26, 0, 0, 94, 1, 0, 1, 53, 0, 0, 1, 38, 1, 30, 133, 0, 1, 8, 0, 17, 0, 0, 0, 2, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
278
        [212, 12, 143, 168, 396, 83, 435, 26, 94, 8, 43, 9, 6, 44, 70, 3, 10, 2, 139, 205, 35, 46, 4, 4, 15, 1],
Open commit View diff
278 [212, 12, 143, 168, 396, 83, 435, 26, 94, 8, 43, 9, 6, 44, 70, 3, 10, 2, 139, 205, 35, 46, 4, 4, 15, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
279
        [2, 2, 20, 10, 1, 0, 9, 0, 0, 0, 0, 28, 12, 604, 0, 8, 0, 25, 13, 24, 139, 3, 2, 3, 0, 1],
Open commit View diff
279 [2, 2, 20, 10, 1, 0, 9, 0, 0, 0, 0, 28, 12, 604, 0, 8, 0, 25, 13, 24, 139, 3, 2, 3, 0, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
280
        [20, 5, 0, 0, 26, 2, 0, 16, 16, 1, 0, 33, 6, 0, 13, 39, 0, 5, 19, 28, 5, 0, 1, 0, 1, 0],
Open commit View diff
280 [20, 5, 0, 0, 26, 2, 0, 16, 16, 1, 0, 33, 6, 0, 13, 39, 0, 5, 19, 28, 5, 0, 1, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
281
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 0, 0, 0],
Open commit View diff
281 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
282
        [41, 2, 39, 24, 106, 7, 9, 0, 19, 0, 11, 20, 24, 1, 24, 8, 0, 39, 11, 31, 3, 5, 8, 0, 10, 0],
Open commit View diff
282 [41, 2, 39, 24, 106, 7, 9, 0, 19, 0, 11, 20, 24, 1, 24, 8, 0, 39, 11, 31, 3, 5, 8, 0, 10, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
283
        [35, 5, 71, 4, 110, 4, 2, 189, 56, 1, 13, 12, 93, 5, 55, 33, 3, 6, 85, 271, 4, 1, 1, 0, 8, 0],
Open commit View diff
283 [35, 5, 71, 4, 110, 4, 2, 189, 56, 1, 13, 12, 93, 5, 55, 33, 3, 6, 85, 271, 4, 1, 1, 0, 8, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
284
        [136, 1, 34, 1, 184, 5, 0, 77, 158, 0, 1, 4, 6, 5, 70, 1, 0, 31, 2, 105, 72, 0, 1, 0, 142, 19],
Open commit View diff
284 [136, 1, 34, 1, 184, 5, 0, 77, 158, 0, 1, 4, 6, 5, 70, 1, 0, 31, 2, 105, 72, 0, 1, 0, 142, 19],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
285
        [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 121, 1, 0, 0, 0, 1, 19, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
285 [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 121, 1, 0, 0, 0, 1, 19, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
286
        [57, 0, 0, 0, 292, 0, 0, 0, 37, 0, 0, 0, 0, 0, 12, 0, 0, 1, 0, 0, 3, 0, 0, 0, 2, 0],
Open commit View diff
286 [57, 0, 0, 0, 292, 0, 0, 0, 37, 0, 0, 0, 0, 0, 12, 0, 0, 1, 0, 0, 3, 0, 0, 0, 2, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
287
        [3, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
287 [3, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
288
        [1, 0, 0, 0, 2, 1, 1, 0, 3, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 9, 1, 0, 0, 0, 1, 0],
Open commit View diff
288 [1, 0, 0, 0, 2, 1, 1, 0, 3, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 9, 1, 0, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
289
        [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
289 [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
290
        [9, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 16]
Open commit View diff
290 [9, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 16]
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
291
      ],
Open commit View diff
291 ],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
292
      [
Open commit View diff
292 [
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
293
        [0, 2, 32, 1, 1, 0, 3, 3, 2, 0, 3, 1, 8, 17, 0, 2, 0, 5, 2, 0, 2, 3, 2, 1, 1, 2],
Open commit View diff
293 [0, 2, 32, 1, 1, 0, 3, 3, 2, 0, 3, 1, 8, 17, 0, 2, 0, 5, 2, 0, 2, 3, 2, 1, 1, 2],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
294
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
294 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
295
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
295 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
296
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
296 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
297
        [4, 0, 24, 1, 1, 3, 0, 1, 0, 2, 0, 2, 0, 6, 2, 0, 0, 11, 9, 5, 0, 0, 6, 0, 0, 0],
Open commit View diff
297 [4, 0, 24, 1, 1, 3, 0, 1, 0, 2, 0, 2, 0, 6, 2, 0, 0, 11, 9, 5, 0, 0, 6, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
298
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
298 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
299
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
299 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
300
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
300 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
301
        [0, 1, 0, 0, 0, 1, 4, 0, 0, 0, 0, 2, 4, 3, 0, 0, 0, 0, 0, 4, 0, 1, 0, 0, 0, 0],
Open commit View diff
301 [0, 1, 0, 0, 0, 1, 4, 0, 0, 0, 0, 2, 4, 3, 0, 0, 0, 0, 0, 4, 0, 1, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
302
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
302 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
303
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
303 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
304
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
304 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
305
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
305 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
306
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
306 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
307
        [4, 2, 6, 0, 3, 0, 3, 12, 10, 0, 1, 6, 0, 5, 0, 0, 0, 10, 10, 1, 13, 4, 2, 0, 7, 0],
Open commit View diff
307 [4, 2, 6, 0, 3, 0, 3, 12, 10, 0, 1, 6, 0, 5, 0, 0, 0, 10, 10, 1, 13, 4, 2, 0, 7, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
308
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
308 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
309
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
309 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
310
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
310 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
311
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
311 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
312
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
312 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
313
        [3, 3, 0, 19, 0, 0, 8, 0, 2, 2, 2, 8, 5, 24, 0, 1, 0, 15, 9, 5, 0, 1, 0, 2, 0, 0],
Open commit View diff
313 [3, 3, 0, 19, 0, 0, 8, 0, 2, 2, 2, 8, 5, 24, 0, 1, 0, 15, 9, 5, 0, 1, 0, 2, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
314
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
314 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
315
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
315 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
316
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
316 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
317
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
317 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
318
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Open commit View diff
318 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
319
      ],
Open commit View diff
319 ],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
320
      [
Open commit View diff
320 [
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
321
        [0, 3, 0, 6, 1, 2, 8, 2, 1, 1, 1, 9, 4, 13, 2, 3, 0, 18, 4, 17, 2, 1, 2, 1, 5, 2],
Open commit View diff
321 [0, 3, 0, 6, 1, 2, 8, 2, 1, 1, 1, 9, 4, 13, 2, 3, 0, 18, 4, 17, 2, 1, 2, 1, 5, 2],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
322
        [3, 0, 0, 0, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 11, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0],
Open commit View diff
322 [3, 0, 0, 0, 3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 11, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
323
        [2, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
323 [2, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
324
        [3, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
324 [3, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
325
        [4, 3, 0, 7, 28, 3, 3, 2, 1, 0, 0, 20, 5, 55, 3, 3, 0, 59, 18, 56, 2, 1, 4, 0, 27, 0],
Open commit View diff
325 [4, 3, 0, 7, 28, 3, 3, 2, 1, 0, 0, 20, 5, 55, 3, 3, 0, 59, 18, 56, 2, 1, 4, 0, 27, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
326
        [1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0],
Open commit View diff
326 [1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
327
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
327 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
328
        [9, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 8, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0],
Open commit View diff
328 [9, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 8, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
329
        [5, 2, 3, 9, 15, 1, 1, 0, 0, 0, 1, 10, 10, 87, 2, 4, 0, 11, 15, 13, 0, 2, 2, 0, 0, 0],
Open commit View diff
329 [5, 2, 3, 9, 15, 1, 1, 0, 0, 0, 1, 10, 10, 87, 2, 4, 0, 11, 15, 13, 0, 2, 2, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
330
        [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
330 [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
331
        [1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
331 [1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
332
        [15, 0, 0, 0, 46, 0, 0, 0, 13, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0],
Open commit View diff
332 [15, 0, 0, 0, 46, 0, 0, 0, 13, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
333
        [13, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
333 [13, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
334
        [5, 0, 0, 0, 11, 0, 0, 0, 10, 0, 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0],
Open commit View diff
334 [5, 0, 0, 0, 11, 0, 0, 0, 10, 0, 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
335
        [1, 1, 2, 3, 2, 4, 0, 2, 1, 0, 1, 3, 1, 7, 1, 2, 0, 6, 2, 1, 7, 4, 5, 2, 0, 0],
Open commit View diff
335 [1, 1, 2, 3, 2, 4, 0, 2, 1, 0, 1, 3, 1, 7, 1, 2, 0, 6, 2, 1, 7, 4, 5, 2, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
336
        [2, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 4, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
336 [2, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 4, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
337
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
337 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
338
        [10, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 5, 0, 0, 0, 2, 0],
Open commit View diff
338 [10, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 5, 0, 0, 0, 2, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
339
        [2, 2, 1, 0, 1, 0, 1, 9, 5, 0, 1, 0, 4, 0, 8, 3, 0, 0, 0, 11, 4, 0, 1, 0, 1, 0],
Open commit View diff
339 [2, 2, 1, 0, 1, 0, 1, 9, 5, 0, 1, 0, 4, 0, 8, 3, 0, 0, 0, 11, 4, 0, 1, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
340
        [3, 0, 0, 0, 0, 0, 0, 2, 3, 0, 0, 0, 0, 0, 5, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
340 [3, 0, 0, 0, 0, 0, 0, 2, 3, 0, 0, 0, 0, 0, 5, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
341
        [0, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 5, 1, 1, 0, 8, 0, 2, 1, 1, 0, 0, 1, 0, 1, 0],
Open commit View diff
341 [0, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 5, 1, 1, 0, 8, 0, 2, 1, 1, 0, 0, 1, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
342
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
342 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
343
        [9, 0, 0, 0, 4, 0, 0, 1, 2, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
343 [9, 0, 0, 0, 4, 0, 0, 1, 2, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
344
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
344 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
345
        [2, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 4, 0, 0, 2, 0, 0, 2, 1, 0, 1, 0, 3, 0, 0, 0],
Open commit View diff
345 [2, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 4, 0, 0, 2, 0, 0, 2, 1, 0, 1, 0, 3, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
346
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Open commit View diff
346 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
347
      ],
Open commit View diff
347 ],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
348
      [
Open commit View diff
348 [
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
349
        [1, 46, 84, 43, 3, 2, 46, 9, 52, 0, 10, 3, 64, 242, 4, 23, 1, 157, 92, 210, 45, 21, 23, 9, 42, 11],
Open commit View diff
349 [1, 46, 84, 43, 3, 2, 46, 9, 52, 0, 10, 3, 64, 242, 4, 23, 1, 157, 92, 210, 45, 21, 23, 9, 42, 11],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
350
        [12, 0, 0, 0, 17, 0, 0, 0, 3, 0, 0, 2, 0, 0, 13, 0, 0, 4, 0, 0, 4, 0, 0, 0, 2, 0],
Open commit View diff
350 [12, 0, 0, 0, 17, 0, 0, 0, 3, 0, 0, 2, 0, 0, 13, 0, 0, 4, 0, 0, 4, 0, 0, 0, 2, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
351
        [9, 0, 0, 0, 6, 0, 0, 12, 4, 0, 0, 1, 1, 0, 19, 0, 0, 2, 0, 1, 7, 0, 0, 0, 2, 0],
Open commit View diff
351 [9, 0, 0, 0, 6, 0, 0, 12, 4, 0, 0, 1, 1, 0, 19, 0, 0, 2, 0, 1, 7, 0, 0, 0, 2, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
352
        [2, 3, 2, 0, 41, 4, 0, 1, 16, 0, 0, 1, 2, 3, 13, 1, 0, 8, 9, 2, 3, 0, 5, 0, 3, 0],
Open commit View diff
352 [2, 3, 2, 0, 41, 4, 0, 1, 16, 0, 0, 1, 2, 3, 13, 1, 0, 8, 9, 2, 3, 0, 5, 0, 3, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
353
        [94, 25, 75, 44, 36, 13, 55, 9, 26, 1, 1, 9, 55, 121, 22, 22, 0, 77, 84, 115, 12, 29, 14, 30, 75, 1],
Open commit View diff
353 [94, 25, 75, 44, 36, 13, 55, 9, 26, 1, 1, 9, 55, 121, 22, 22, 0, 77, 84, 115, 12, 29, 14, 30, 75, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
354
        [9, 1, 0, 0, 4, 1, 1, 1, 12, 0, 0, 1, 0, 0, 7, 0, 0, 8, 1, 2, 8, 0, 1, 0, 0, 0],
Open commit View diff
354 [9, 1, 0, 0, 4, 1, 1, 1, 12, 0, 0, 1, 0, 0, 7, 0, 0, 8, 1, 2, 8, 0, 1, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
355
        [16, 0, 0, 0, 12, 0, 0, 0, 10, 0, 0, 0, 0, 0, 6, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
355 [16, 0, 0, 0, 12, 0, 0, 0, 10, 0, 0, 0, 0, 0, 6, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
356
        [7, 0, 0, 0, 6, 0, 0, 0, 2, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
356 [7, 0, 0, 0, 6, 0, 0, 0, 2, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
357
        [82, 33, 140, 26, 43, 37, 73, 0, 0, 1, 6, 11, 46, 238, 50, 40, 13, 5, 90, 127, 12, 36, 0, 3, 0, 7],
Open commit View diff
357 [82, 33, 140, 26, 43, 37, 73, 0, 0, 1, 6, 11, 46, 238, 50, 40, 13, 5, 90, 127, 12, 36, 0, 3, 0, 7],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
358
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
358 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
359
        [7, 0, 0, 0, 4, 0, 0, 3, 9, 0, 0, 2, 0, 1, 2, 0, 0, 0, 3, 0, 0, 0, 3, 0, 8, 0],
Open commit View diff
359 [7, 0, 0, 0, 4, 0, 0, 3, 9, 0, 0, 2, 0, 1, 2, 0, 0, 0, 3, 0, 0, 0, 3, 0, 8, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
360
        [128, 12, 2, 4, 169, 7, 2, 4, 152, 1, 0, 0, 7, 0, 100, 2, 0, 1, 10, 2, 41, 0, 7, 0, 53, 0],
Open commit View diff
360 [128, 12, 2, 4, 169, 7, 2, 4, 152, 1, 0, 0, 7, 0, 100, 2, 0, 1, 10, 2, 41, 0, 7, 0, 53, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
361
        [27, 0, 0, 2, 11, 0, 0, 2, 9, 0, 0, 0, 1, 0, 13, 0, 0, 0, 4, 0, 3, 0, 0, 0, 3, 0],
Open commit View diff
361 [27, 0, 0, 2, 11, 0, 0, 2, 9, 0, 0, 0, 1, 0, 13, 0, 0, 0, 4, 0, 3, 0, 0, 0, 3, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
362
        [0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0],
Open commit View diff
362 [0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
363
        [23, 23, 65, 15, 7, 4, 132, 3, 32, 0, 2, 7, 29, 69, 50, 36, 11, 74, 33, 53, 66, 16, 80, 1, 12, 1],
Open commit View diff
363 [23, 23, 65, 15, 7, 4, 132, 3, 32, 0, 2, 7, 29, 69, 50, 36, 11, 74, 33, 53, 66, 16, 80, 1, 12, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
364
        [11, 0, 0, 0, 3, 1, 0, 21, 5, 0, 0, 0, 1, 0, 6, 0, 0, 3, 1, 4, 0, 0, 0, 0, 1, 0],
Open commit View diff
364 [11, 0, 0, 0, 3, 1, 0, 21, 5, 0, 0, 0, 1, 0, 6, 0, 0, 3, 1, 4, 0, 0, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
365
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
365 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
366
        [2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 6, 0],
Open commit View diff
366 [2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 6, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
367
        [7, 1, 0, 0, 16, 0, 0, 8, 23, 0, 1, 0, 1, 0, 20, 3, 0, 0, 1, 23, 0, 0, 1, 0, 2, 0],
Open commit View diff
367 [7, 1, 0, 0, 16, 0, 0, 8, 23, 0, 1, 0, 1, 0, 20, 3, 0, 0, 1, 23, 0, 0, 1, 0, 2, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
368
        [22, 1, 0, 0, 23, 0, 0, 14, 34, 0, 0, 0, 2, 0, 23, 0, 0, 9, 3, 0, 8, 1, 1, 0, 18, 5],
Open commit View diff
368 [22, 1, 0, 0, 23, 0, 0, 14, 34, 0, 0, 0, 2, 0, 23, 0, 0, 9, 3, 0, 8, 1, 1, 0, 18, 5],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
369
        [5, 17, 26, 18, 31, 5, 13, 0, 5, 2, 4, 8, 68, 31, 15, 5, 0, 21, 68, 56, 0, 4, 0, 13, 0, 1],
Open commit View diff
369 [5, 17, 26, 18, 31, 5, 13, 0, 5, 2, 4, 8, 68, 31, 15, 5, 0, 21, 68, 56, 0, 4, 0, 13, 0, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
370
        [19, 0, 0, 1, 46, 0, 0, 0, 9, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
370 [19, 0, 0, 1, 46, 0, 0, 0, 9, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
371
        [8, 0, 0, 0, 2, 0, 0, 1, 2, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0],
Open commit View diff
371 [8, 0, 0, 0, 2, 0, 0, 1, 2, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
372
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
372 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
373
        [2, 4, 12, 2, 2, 2, 3, 7, 2, 0, 1, 3, 13, 11, 2, 11, 0, 2, 31, 15, 1, 0, 4, 0, 0, 0],
Open commit View diff
373 [2, 4, 12, 2, 2, 2, 3, 7, 2, 0, 1, 3, 13, 11, 2, 11, 0, 2, 31, 15, 1, 0, 4, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
374
        [2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Open commit View diff
374 [2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
375
      ],
Open commit View diff
375 ],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
376
      [
Open commit View diff
376 [
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
377
        [0, 10, 59, 34, 3, 0, 57, 7, 31, 3, 25, 104, 6, 326, 2, 4, 0, 144, 49, 192, 10, 2, 3, 11, 14, 7],
Open commit View diff
377 [0, 10, 59, 34, 3, 0, 57, 7, 31, 3, 25, 104, 6, 326, 2, 4, 0, 144, 49, 192, 10, 2, 3, 11, 14, 7],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
378
        [31, 1, 0, 1, 44, 0, 0, 0, 32, 0, 0, 31, 0, 1, 27, 1, 0, 32, 1, 0, 21, 0, 0, 0, 0, 0],
Open commit View diff
378 [31, 1, 0, 1, 44, 0, 0, 0, 32, 0, 0, 31, 0, 1, 27, 1, 0, 32, 1, 0, 21, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
379
        [3, 1, 17, 6, 2, 2, 9, 3, 5, 0, 9, 3, 3, 4, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
379 [3, 1, 17, 6, 2, 2, 9, 3, 5, 0, 9, 3, 3, 4, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
380
        [0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
380 [0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
381
        [30, 6, 8, 45, 3, 2, 14, 1, 4, 0, 1, 51, 19, 283, 10, 4, 0, 125, 39, 128, 0, 2, 9, 3, 4, 1],
Open commit View diff
381 [30, 6, 8, 45, 3, 2, 14, 1, 4, 0, 1, 51, 19, 283, 10, 4, 0, 125, 39, 128, 0, 2, 9, 3, 4, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
382
        [0, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 2, 0, 0, 4, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0],
Open commit View diff
382 [0, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 2, 0, 0, 4, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
383
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
383 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
384
        [0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
Open commit View diff
384 [0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
385
        [19, 0, 93, 54, 8, 2, 19, 0, 0, 1, 2, 76, 9, 194, 4, 0, 1, 21, 96, 109, 10, 0, 0, 5, 0, 1],
Open commit View diff
385 [19, 0, 93, 54, 8, 2, 19, 0, 0, 1, 2, 76, 9, 194, 4, 0, 1, 21, 96, 109, 10, 0, 0, 5, 0, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
386
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
386 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
387
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
387 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
388
        [1, 0, 0, 0, 3, 0, 0, 0, 6, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
388 [1, 0, 0, 0, 3, 0, 0, 0, 6, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
389
        [40, 0, 0, 0, 46, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 17, 0, 0, 0, 12, 0],
Open commit View diff
389 [40, 0, 0, 0, 46, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 17, 0, 0, 0, 12, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
390
        [12, 0, 0, 0, 4, 0, 0, 0, 10, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0],
Open commit View diff
390 [12, 0, 0, 0, 4, 0, 0, 0, 10, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
391
        [4, 10, 13, 28, 4, 1, 14, 3, 11, 0, 6, 47, 10, 168, 16, 3, 0, 107, 40, 45, 56, 8, 1, 1, 1, 2],
Open commit View diff
391 [4, 10, 13, 28, 4, 1, 14, 3, 11, 0, 6, 47, 10, 168, 16, 3, 0, 107, 40, 45, 56, 8, 1, 1, 1, 2],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
392
        [52, 3, 0, 0, 71, 1, 1, 26, 18, 0, 4, 71, 0, 0, 50, 0, 0, 41, 9, 43, 19, 0, 0, 0, 7, 0],
Open commit View diff
392 [52, 3, 0, 0, 71, 1, 1, 26, 18, 0, 4, 71, 0, 0, 50, 0, 0, 41, 9, 43, 19, 0, 0, 0, 7, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
393
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0],
Open commit View diff
393 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
394
        [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
394 [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
395
        [0, 1, 2, 1, 5, 1, 0, 2, 3, 0, 1, 0, 2, 0, 8, 2, 0, 0, 1, 10, 1, 0, 0, 0, 2, 0],
Open commit View diff
395 [0, 1, 2, 1, 5, 1, 0, 2, 3, 0, 1, 0, 2, 0, 8, 2, 0, 0, 1, 10, 1, 0, 0, 0, 2, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
396
        [0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
396 [0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
397
        [0, 0, 7, 11, 6, 3, 6, 0, 2, 0, 2, 55, 11, 29, 2, 1, 0, 18, 53, 30, 0, 0, 0, 0, 0, 3],
Open commit View diff
397 [0, 0, 7, 11, 6, 3, 6, 0, 2, 0, 2, 55, 11, 29, 2, 1, 0, 18, 53, 30, 0, 0, 0, 0, 0, 3],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
398
        [0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
398 [0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
399
        [2, 0, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
399 [2, 0, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
400
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
400 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
401
        [0, 0, 11, 0, 5, 0, 1, 0, 0, 0, 0, 1, 0, 2, 7, 0, 0, 7, 7, 4, 0, 0, 0, 0, 0, 0],
Open commit View diff
401 [0, 0, 11, 0, 5, 0, 1, 0, 0, 0, 0, 1, 0, 2, 7, 0, 0, 7, 7, 4, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
402
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Open commit View diff
402 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
403
      ],
Open commit View diff
403 ],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
404
      [
Open commit View diff
404 [
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
405
        [2, 24, 33, 23, 6, 3, 30, 6, 20, 0, 9, 115, 29, 59, 2, 31, 0, 94, 28, 159, 19, 10, 5, 0, 1, 5],
Open commit View diff
405 [2, 24, 33, 23, 6, 3, 30, 6, 20, 0, 9, 115, 29, 59, 2, 31, 0, 94, 28, 159, 19, 10, 5, 0, 1, 5],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
406
        [5, 0, 1, 0, 20, 0, 0, 0, 1, 0, 0, 4, 0, 0, 7, 0, 0, 4, 1, 0, 10, 0, 0, 0, 0, 0],
Open commit View diff
406 [5, 0, 1, 0, 20, 0, 0, 0, 1, 0, 0, 4, 0, 0, 7, 0, 0, 4, 1, 0, 10, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
407
        [25, 0, 0, 0, 190, 0, 0, 87, 51, 0, 1, 18, 0, 0, 62, 0, 0, 16, 0, 36, 21, 0, 0, 0, 8, 0],
Open commit View diff
407 [25, 0, 0, 0, 190, 0, 0, 87, 51, 0, 1, 18, 0, 0, 62, 0, 0, 16, 0, 36, 21, 0, 0, 0, 8, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
408
        [75, 11, 4, 1, 162, 6, 3, 7, 102, 1, 1, 22, 10, 2, 57, 9, 2, 46, 30, 4, 37, 0, 11, 0, 20, 0],
Open commit View diff
408 [75, 11, 4, 1, 162, 6, 3, 7, 102, 1, 1, 22, 10, 2, 57, 9, 2, 46, 30, 4, 37, 0, 11, 0, 20, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
409
        [34, 12, 36, 12, 29, 17, 16, 4, 14, 0, 0, 45, 16, 20, 25, 8, 6, 88, 80, 84, 32, 12, 37, 18, 45, 3],
Open commit View diff
409 [34, 12, 36, 12, 29, 17, 16, 4, 14, 0, 0, 45, 16, 20, 25, 8, 6, 88, 80, 84, 32, 12, 37, 18, 45, 3],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
410
        [15, 0, 0, 0, 30, 0, 0, 0, 38, 0, 0, 23, 0, 0, 26, 0, 0, 10, 0, 0, 19, 0, 0, 0, 0, 0],
Open commit View diff
410 [15, 0, 0, 0, 30, 0, 0, 0, 38, 0, 0, 23, 0, 0, 26, 0, 0, 10, 0, 0, 19, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
411
        [22, 8, 0, 3, 114, 6, 0, 15, 18, 0, 3, 51, 5, 0, 20, 2, 0, 24, 24, 28, 38, 0, 2, 0, 9, 0],
Open commit View diff
411 [22, 8, 0, 3, 114, 6, 0, 15, 18, 0, 3, 51, 5, 0, 20, 2, 0, 24, 24, 28, 38, 0, 2, 0, 9, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
412
        [18, 0, 0, 0, 16, 0, 0, 0, 6, 0, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 2, 0, 0, 0, 3, 0],
Open commit View diff
412 [18, 0, 0, 0, 16, 0, 0, 0, 6, 0, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 2, 0, 0, 0, 3, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
413
        [90, 9, 148, 14, 33, 27, 35, 4, 1, 0, 5, 12, 25, 44, 26, 21, 7, 4, 87, 94, 29, 11, 0, 4, 0, 4],
Open commit View diff
413 [90, 9, 148, 14, 33, 27, 35, 4, 1, 0, 5, 12, 25, 44, 26, 21, 7, 4, 87, 94, 29, 11, 0, 4, 0, 4],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
414
        [2, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0],
Open commit View diff
414 [2, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
415
        [6, 0, 1, 0, 22, 4, 1, 1, 10, 0, 0, 12, 2, 0, 1, 1, 0, 2, 2, 3, 0, 0, 0, 0, 9, 0],
Open commit View diff
415 [6, 0, 1, 0, 22, 4, 1, 1, 10, 0, 0, 12, 2, 0, 1, 1, 0, 2, 2, 3, 0, 0, 0, 0, 9, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
416
        [9, 0, 0, 0, 8, 0, 0, 0, 5, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0],
Open commit View diff
416 [9, 0, 0, 0, 8, 0, 0, 0, 5, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
417
        [8, 0, 0, 0, 5, 0, 0, 0, 2, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
417 [8, 0, 0, 0, 5, 0, 0, 0, 2, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
418
        [39, 0, 0, 0, 74, 0, 0, 0, 52, 0, 1, 0, 0, 0, 23, 0, 0, 0, 1, 0, 14, 0, 1, 0, 25, 0],
Open commit View diff
418 [39, 0, 0, 0, 74, 0, 0, 0, 52, 0, 1, 0, 0, 0, 23, 0, 0, 0, 1, 0, 14, 0, 1, 0, 25, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
419
        [4, 18, 21, 10, 4, 4, 15, 0, 11, 0, 0, 30, 60, 34, 11, 11, 0, 80, 32, 47, 52, 18, 24, 7, 2, 2],
Open commit View diff
419 [4, 18, 21, 10, 4, 4, 15, 0, 11, 0, 0, 30, 60, 34, 11, 11, 0, 80, 32, 47, 52, 18, 24, 7, 2, 2],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
420
        [0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 4, 0, 0, 6, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0],
Open commit View diff
420 [0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 4, 0, 0, 6, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
421
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0],
Open commit View diff
421 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
422
        [3, 0, 1, 0, 1, 0, 0, 0, 6, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 3, 0, 0, 0, 6, 0],
Open commit View diff
422 [3, 0, 1, 0, 1, 0, 0, 0, 6, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 3, 0, 0, 0, 6, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
423
        [26, 4, 23, 2, 73, 17, 3, 12, 96, 0, 5, 8, 13, 0, 60, 25, 0, 1, 3, 79, 39, 4, 4, 0, 5, 0],
Open commit View diff
423 [26, 4, 23, 2, 73, 17, 3, 12, 96, 0, 5, 8, 13, 0, 60, 25, 0, 1, 3, 79, 39, 4, 4, 0, 5, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
424
        [143, 1, 1, 1, 175, 2, 2, 64, 209, 0, 0, 13, 3, 1, 65, 1, 0, 114, 3, 0, 32, 0, 2, 0, 21, 1],
Open commit View diff
424 [143, 1, 1, 1, 175, 2, 2, 64, 209, 0, 0, 13, 3, 1, 65, 1, 0, 114, 3, 0, 32, 0, 2, 0, 21, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
425
        [12, 6, 16, 6, 11, 3, 6, 0, 5, 0, 1, 15, 35, 9, 6, 3, 0, 9, 25, 31, 1, 0, 0, 0, 0, 1],
Open commit View diff
425 [12, 6, 16, 6, 11, 3, 6, 0, 5, 0, 1, 15, 35, 9, 6, 3, 0, 9, 25, 31, 1, 0, 0, 0, 0, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
426
        [15, 0, 0, 0, 43, 0, 0, 0, 20, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 4, 0, 0, 0, 1, 0],
Open commit View diff
426 [15, 0, 0, 0, 43, 0, 0, 0, 20, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 4, 0, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
427
        [12, 0, 0, 0, 3, 0, 0, 2, 4, 0, 0, 0, 0, 0, 6, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
427 [12, 0, 0, 0, 3, 0, 0, 2, 4, 0, 0, 0, 0, 0, 6, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
428
        [0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0],
Open commit View diff
428 [0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
429
        [5, 3, 1, 1, 0, 0, 0, 1, 0, 0, 0, 7, 14, 0, 4, 1, 1, 1, 3, 1, 1, 1, 2, 1, 0, 0],
Open commit View diff
429 [5, 3, 1, 1, 0, 0, 0, 1, 0, 0, 0, 7, 14, 0, 4, 1, 1, 1, 3, 1, 1, 1, 2, 1, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
430
        [10, 0, 0, 0, 5, 0, 0, 0, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 0]
Open commit View diff
430 [10, 0, 0, 0, 5, 0, 0, 0, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 0]
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
431
      ],
Open commit View diff
431 ],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
432
      [
Open commit View diff
432 [
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
433
        [1, 0, 20, 30, 0, 2, 5, 2, 0, 0, 9, 9, 8, 18, 0, 4, 1, 51, 13, 44, 1, 1, 0, 2, 0, 0],
Open commit View diff
433 [1, 0, 20, 30, 0, 2, 5, 2, 0, 0, 9, 9, 8, 18, 0, 4, 1, 51, 13, 44, 1, 1, 0, 2, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
434
        [17, 24, 2, 2, 28, 2, 0, 1, 32, 4, 0, 19, 0, 1, 16, 0, 0, 5, 26, 3, 8, 3, 1, 0, 2, 0],
Open commit View diff
434 [17, 24, 2, 2, 28, 2, 0, 1, 32, 4, 0, 19, 0, 1, 16, 0, 0, 5, 26, 3, 8, 3, 1, 0, 2, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
435
        [50, 0, 28, 0, 38, 0, 0, 47, 26, 0, 129, 14, 0, 0, 33, 0, 0, 25, 0, 34, 20, 0, 0, 0, 8, 0],
Open commit View diff
435 [50, 0, 28, 0, 38, 0, 0, 47, 26, 0, 129, 14, 0, 0, 33, 0, 0, 25, 0, 34, 20, 0, 0, 0, 8, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
436
        [17, 3, 3, 15, 59, 3, 13, 4, 47, 0, 1, 13, 2, 1, 22, 3, 0, 8, 11, 0, 21, 0, 8, 0, 35, 0],
Open commit View diff
436 [17, 3, 3, 15, 59, 3, 13, 4, 47, 0, 1, 13, 2, 1, 22, 3, 0, 8, 11, 0, 21, 0, 8, 0, 35, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
437
        [0, 6, 1, 7, 0, 3, 0, 1, 6, 0, 1, 10, 3, 13, 1, 0, 1, 10, 15, 6, 2, 7, 0, 3, 1, 0],
Open commit View diff
437 [0, 6, 1, 7, 0, 3, 0, 1, 6, 0, 1, 10, 3, 13, 1, 0, 1, 10, 15, 6, 2, 7, 0, 3, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
438
        [7, 0, 0, 0, 4, 63, 0, 0, 10, 0, 0, 4, 1, 0, 6, 0, 0, 1, 0, 15, 4, 0, 0, 0, 1, 0],
Open commit View diff
438 [7, 0, 0, 0, 4, 63, 0, 0, 10, 0, 0, 4, 1, 0, 6, 0, 0, 1, 0, 15, 4, 0, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
439
        [34, 2, 0, 1, 44, 1, 22, 3, 15, 1, 0, 11, 3, 11, 7, 0, 0, 80, 1, 2, 18, 0, 1, 0, 83, 0],
Open commit View diff
439 [34, 2, 0, 1, 44, 1, 22, 3, 15, 1, 0, 11, 3, 11, 7, 0, 0, 80, 1, 2, 18, 0, 1, 0, 83, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
440
        [10, 0, 0, 0, 8, 0, 0, 0, 6, 0, 0, 1, 5, 9, 5, 0, 0, 2, 0, 0, 0, 0, 0, 0, 1, 0],
Open commit View diff
440 [10, 0, 0, 0, 8, 0, 0, 0, 6, 0, 0, 1, 5, 9, 5, 0, 0, 2, 0, 0, 0, 0, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
441
        [3, 1, 12, 53, 1, 1, 2, 0, 0, 0, 1, 27, 0, 51, 0, 0, 0, 11, 39, 8, 0, 0, 0, 1, 0, 0],
Open commit View diff
441 [3, 1, 12, 53, 1, 1, 2, 0, 0, 0, 1, 27, 0, 51, 0, 0, 0, 11, 39, 8, 0, 0, 0, 1, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
442
        [1, 0, 0, 0, 5, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
442 [1, 0, 0, 0, 5, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
443
        [5, 2, 1, 0, 48, 0, 0, 1, 7, 0, 1, 4, 0, 0, 3, 1, 0, 0, 5, 0, 3, 0, 1, 0, 6, 0],
Open commit View diff
443 [5, 2, 1, 0, 48, 0, 0, 1, 7, 0, 1, 4, 0, 0, 3, 1, 0, 0, 5, 0, 3, 0, 1, 0, 6, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
444
        [71, 4, 6, 83, 111, 8, 5, 3, 121, 0, 14, 124, 16, 1, 132, 6, 0, 1, 18, 24, 43, 16, 2, 0, 46, 1],
Open commit View diff
444 [71, 4, 6, 83, 111, 8, 5, 3, 121, 0, 14, 124, 16, 1, 132, 6, 0, 1, 18, 24, 43, 16, 2, 0, 46, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
445
        [89, 50, 1, 0, 174, 5, 0, 1, 76, 0, 0, 2, 64, 7, 56, 125, 1, 1, 4, 0, 4, 0, 2, 0, 22, 0],
Open commit View diff
445 [89, 50, 1, 0, 174, 5, 0, 1, 76, 0, 0, 2, 64, 7, 56, 125, 1, 1, 4, 0, 4, 0, 2, 0, 22, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
446
        [129, 3, 64, 82, 181, 52, 86, 3, 124, 10, 11, 7, 3, 46, 75, 1, 6, 10, 107, 149, 8, 38, 9, 1, 54, 5],
Open commit View diff
446 [129, 3, 64, 82, 181, 52, 86, 3, 124, 10, 11, 7, 3, 46, 75, 1, 6, 10, 107, 149, 8, 38, 9, 1, 54, 5],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
447
        [0, 2, 4, 92, 0, 22, 4, 1, 0, 0, 68, 42, 42, 44, 0, 19, 0, 21, 21, 68, 0, 3, 0, 0, 0, 2],
Open commit View diff
447 [0, 2, 4, 92, 0, 22, 4, 1, 0, 0, 68, 42, 42, 44, 0, 19, 0, 21, 21, 68, 0, 3, 0, 0, 0, 2],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
448
        [28, 1, 2, 0, 71, 0, 2, 82, 32, 1, 3, 16, 1, 1, 45, 29, 0, 17, 14, 21, 10, 0, 2, 0, 19, 0],
Open commit View diff
448 [28, 1, 2, 0, 71, 0, 2, 82, 32, 1, 3, 16, 1, 1, 45, 29, 0, 17, 14, 21, 10, 0, 2, 0, 19, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
449
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0],
Open commit View diff
449 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
450
        [122, 26, 31, 96, 138, 7, 34, 2, 143, 0, 61, 8, 85, 76, 61, 59, 1, 58, 46, 211, 11, 4, 9, 0, 116, 1],
Open commit View diff
450 [122, 26, 31, 96, 138, 7, 34, 2, 143, 0, 61, 8, 85, 76, 61, 59, 1, 58, 46, 211, 11, 4, 9, 0, 116, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
451
        [31, 4, 24, 0, 107, 0, 3, 18, 102, 0, 2, 7, 9, 1, 18, 42, 2, 0, 63, 127, 5, 1, 2, 0, 8, 0],
Open commit View diff
451 [31, 4, 24, 0, 107, 0, 3, 18, 102, 0, 2, 7, 9, 1, 18, 42, 2, 0, 63, 127, 5, 1, 2, 0, 8, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
452
        [45, 7, 11, 0, 64, 2, 1, 88, 63, 0, 0, 10, 3, 1, 42, 4, 0, 17, 7, 63, 9, 0, 3, 0, 11, 0],
Open commit View diff
452 [45, 7, 11, 0, 64, 2, 1, 88, 63, 0, 0, 10, 3, 1, 42, 4, 0, 17, 7, 63, 9, 0, 3, 0, 11, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
453
        [3, 11, 17, 13, 3, 3, 62, 1, 6, 0, 0, 32, 1, 137, 0, 11, 1, 86, 445, 103, 0, 7, 0, 1, 0, 2],
Open commit View diff
453 [3, 11, 17, 13, 3, 3, 62, 1, 6, 0, 0, 32, 1, 137, 0, 11, 1, 86, 445, 103, 0, 7, 0, 1, 0, 2],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
454
        [26, 0, 0, 0, 109, 0, 0, 0, 27, 0, 1, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0],
Open commit View diff
454 [26, 0, 0, 0, 109, 0, 0, 0, 27, 0, 1, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
455
        [18, 14, 2, 13, 48, 6, 0, 8, 8, 0, 1, 28, 7, 83, 1, 8, 0, 5, 13, 2, 2, 0, 1, 0, 4, 1],
Open commit View diff
455 [18, 14, 2, 13, 48, 6, 0, 8, 8, 0, 1, 28, 7, 83, 1, 8, 0, 5, 13, 2, 2, 0, 1, 0, 4, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
456
        [2, 1, 3, 0, 5, 1, 1, 3, 26, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 14, 0],
Open commit View diff
456 [2, 1, 3, 0, 5, 1, 1, 3, 26, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 14, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
457
        [15, 1, 4, 6, 3, 1, 0, 0, 1, 0, 0, 3, 0, 1, 4, 1, 0, 1, 2, 1, 0, 0, 0, 0, 0, 0],
Open commit View diff
457 [15, 1, 4, 6, 3, 1, 0, 0, 1, 0, 0, 3, 0, 1, 4, 1, 0, 1, 2, 1, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
458
        [2, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 1]
Open commit View diff
458 [2, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 1]
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
459
      ],
Open commit View diff
459 ],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
460
      [
Open commit View diff
460 [
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
461
        [0, 8, 38, 11, 1, 0, 18, 0, 17, 0, 2, 50, 5, 73, 1, 23, 1, 176, 50, 101, 18, 5, 7, 1, 10, 2],
Open commit View diff
461 [0, 8, 38, 11, 1, 0, 18, 0, 17, 0, 2, 50, 5, 73, 1, 23, 1, 176, 50, 101, 18, 5, 7, 1, 10, 2],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
462
        [3, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 0, 0, 6, 0, 0, 2, 1, 0, 3, 0, 0, 0, 0, 0],
Open commit View diff
462 [3, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 0, 0, 6, 0, 0, 2, 1, 0, 3, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
463
        [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
463 [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
464
        [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
464 [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
465
        [51, 1, 62, 34, 19, 4, 8, 0, 3, 1, 2, 47, 2, 108, 4, 10, 0, 292, 22, 50, 3, 1, 8, 2, 2, 4],
Open commit View diff
465 [51, 1, 62, 34, 19, 4, 8, 0, 3, 1, 2, 47, 2, 108, 4, 10, 0, 292, 22, 50, 3, 1, 8, 2, 2, 4],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
466
        [0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 3, 0, 0, 0, 0, 0],
Open commit View diff
466 [0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 3, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
467
        [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
467 [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
468
        [56, 0, 0, 2, 88, 0, 0, 0, 76, 0, 0, 3, 0, 1, 97, 0, 0, 13, 1, 3, 5, 0, 0, 0, 79, 0],
Open commit View diff
468 [56, 0, 0, 2, 88, 0, 0, 0, 76, 0, 0, 3, 0, 1, 97, 0, 0, 13, 1, 3, 5, 0, 0, 0, 79, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
469
        [21, 0, 74, 25, 33, 1, 19, 0, 0, 0, 6, 27, 3, 74, 12, 11, 2, 37, 27, 57, 3, 2, 0, 2, 0, 2],
Open commit View diff
469 [21, 0, 74, 25, 33, 1, 19, 0, 0, 0, 6, 27, 3, 74, 12, 11, 2, 37, 27, 57, 3, 2, 0, 2, 0, 2],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
470
        [1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
470 [1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
471
        [0, 0, 0, 0, 2, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
471 [0, 0, 0, 0, 2, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
472
        [150, 0, 0, 0, 121, 0, 0, 0, 59, 0, 0, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0, 0, 11, 0],
Open commit View diff
472 [150, 0, 0, 0, 121, 0, 0, 0, 59, 0, 0, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0, 0, 11, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
473
        [6, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
Open commit View diff
473 [6, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
474
        [0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
474 [0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
475
        [2, 1, 19, 10, 12, 2, 7, 0, 31, 0, 12, 111, 14, 55, 23, 17, 0, 97, 126, 52, 20, 3, 13, 3, 2, 0],
Open commit View diff
475 [2, 1, 19, 10, 12, 2, 7, 0, 31, 0, 12, 111, 14, 55, 23, 17, 0, 97, 126, 52, 20, 3, 13, 3, 2, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
476
        [16, 0, 0, 0, 48, 0, 0, 1, 20, 0, 0, 32, 1, 0, 25, 0, 0, 32, 3, 0, 1, 0, 0, 0, 16, 0],
Open commit View diff
476 [16, 0, 0, 0, 48, 0, 0, 1, 20, 0, 0, 32, 1, 0, 25, 0, 0, 32, 3, 0, 1, 0, 0, 0, 16, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
477
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
477 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
478
        [39, 0, 0, 0, 166, 0, 0, 0, 104, 0, 0, 0, 0, 0, 273, 0, 0, 0, 0, 0, 12, 0, 0, 0, 1, 0],
Open commit View diff
478 [39, 0, 0, 0, 166, 0, 0, 0, 104, 0, 0, 0, 0, 0, 273, 0, 0, 0, 0, 0, 12, 0, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
479
        [4, 1, 3, 0, 17, 0, 0, 5, 22, 0, 1, 1, 2, 0, 13, 0, 0, 0, 0, 14, 6, 0, 1, 0, 35, 0],
Open commit View diff
479 [4, 1, 3, 0, 17, 0, 0, 5, 22, 0, 1, 1, 2, 0, 13, 0, 0, 0, 0, 14, 6, 0, 1, 0, 35, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
480
        [16, 0, 1, 0, 9, 0, 0, 3, 107, 0, 0, 0, 0, 0, 33, 0, 0, 3, 0, 0, 19, 0, 0, 0, 4, 0],
Open commit View diff
480 [16, 0, 1, 0, 9, 0, 0, 3, 107, 0, 0, 0, 0, 0, 33, 0, 0, 3, 0, 0, 19, 0, 0, 0, 4, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
481
        [1, 8, 4, 8, 3, 6, 4, 0, 1, 0, 1, 41, 8, 22, 0, 9, 0, 39, 18, 28, 0, 0, 0, 0, 0, 1],
Open commit View diff
481 [1, 8, 4, 8, 3, 6, 4, 0, 1, 0, 1, 41, 8, 22, 0, 9, 0, 39, 18, 28, 0, 0, 0, 0, 0, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
482
        [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
482 [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
483
        [3, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
483 [3, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
484
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
484 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
485
        [1, 2, 0, 0, 0, 0, 3, 0, 1, 0, 1, 3, 0, 0, 1, 0, 0, 20, 0, 3, 0, 0, 1, 0, 0, 0],
Open commit View diff
485 [1, 2, 0, 0, 0, 0, 3, 0, 1, 0, 1, 3, 0, 0, 1, 0, 0, 20, 0, 3, 0, 0, 1, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
486
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Open commit View diff
486 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
487
      ],
Open commit View diff
487 ],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
488
      [
Open commit View diff
488 [
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
489
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0],
Open commit View diff
489 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
490
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
490 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
491
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
491 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
492
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
492 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
493
        [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
493 [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
494
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
494 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
495
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
495 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
496
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
496 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
497
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
497 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
498
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
498 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
499
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
499 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
500
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
500 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
501
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
501 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
502
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
502 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
503
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
503 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
504
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
504 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
505
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
505 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
506
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
506 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
507
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
507 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
508
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
508 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
509
        [110, 0, 0, 0, 100, 0, 0, 0, 128, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0],
Open commit View diff
509 [110, 0, 0, 0, 100, 0, 0, 0, 128, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
510
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
510 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
511
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
511 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
512
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
512 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
513
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
513 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
514
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Open commit View diff
514 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
515
      ],
Open commit View diff
515 ],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
516
      [
Open commit View diff
516 [
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
517
        [0, 72, 130, 95, 8, 35, 73, 14, 85, 3, 10, 121, 95, 313, 2, 119, 1, 26, 66, 277, 19, 45, 28, 2, 28, 13],
Open commit View diff
517 [0, 72, 130, 95, 8, 35, 73, 14, 85, 3, 10, 121, 95, 313, 2, 119, 1, 26, 66, 277, 19, 45, 28, 2, 28, 13],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
518
        [32, 0, 0, 0, 26, 0, 0, 0, 35, 0, 0, 4, 0, 0, 44, 0, 0, 3, 1, 0, 9, 0, 0, 0, 5, 0],
Open commit View diff
518 [32, 0, 0, 0, 26, 0, 0, 0, 35, 0, 0, 4, 0, 0, 44, 0, 0, 3, 1, 0, 9, 0, 0, 0, 5, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
519
        [18, 0, 2, 0, 47, 0, 0, 86, 25, 0, 3, 11, 0, 0, 13, 0, 0, 1, 2, 7, 38, 0, 0, 0, 4, 0],
Open commit View diff
519 [18, 0, 2, 0, 47, 0, 0, 86, 25, 0, 3, 11, 0, 0, 13, 0, 0, 1, 2, 7, 38, 0, 0, 0, 4, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
520
        [22, 5, 1, 0, 26, 1, 0, 4, 42, 0, 0, 4, 0, 2, 17, 1, 0, 5, 9, 4, 3, 0, 4, 0, 7, 0],
Open commit View diff
520 [22, 5, 1, 0, 26, 1, 0, 4, 42, 0, 0, 4, 0, 2, 17, 1, 0, 5, 9, 4, 3, 0, 4, 0, 7, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
521
        [166, 26, 106, 99, 114, 52, 55, 20, 25, 4, 4, 60, 69, 143, 20, 72, 8, 11, 257, 119, 14, 56, 34, 7, 23, 2],
Open commit View diff
521 [166, 26, 106, 99, 114, 52, 55, 20, 25, 4, 4, 60, 69, 143, 20, 72, 8, 11, 257, 119, 14, 56, 34, 7, 23, 2],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
522
        [11, 0, 0, 0, 15, 1, 0, 0, 9, 0, 0, 7, 0, 0, 8, 0, 0, 4, 0, 0, 12, 0, 0, 0, 0, 0],
Open commit View diff
522 [11, 0, 0, 0, 15, 1, 0, 0, 9, 0, 0, 7, 0, 0, 8, 0, 0, 4, 0, 0, 12, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
523
        [26, 0, 0, 0, 63, 0, 0, 5, 25, 0, 0, 11, 1, 0, 18, 0, 0, 2, 2, 0, 13, 0, 0, 0, 11, 0],
Open commit View diff
523 [26, 0, 0, 0, 63, 0, 0, 5, 25, 0, 0, 11, 1, 0, 18, 0, 0, 2, 2, 0, 13, 0, 0, 0, 11, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
524
        [11, 0, 0, 0, 19, 0, 0, 0, 5, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 2, 0, 0, 0, 3, 0],
Open commit View diff
524 [11, 0, 0, 0, 19, 0, 0, 0, 5, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 2, 0, 0, 0, 3, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
525
        [182, 54, 210, 87, 79, 38, 65, 1, 0, 1, 6, 49, 65, 166, 82, 61, 1, 0, 151, 141, 29, 44, 1, 6, 1, 10],
Open commit View diff
525 [182, 54, 210, 87, 79, 38, 65, 1, 0, 1, 6, 49, 65, 166, 82, 61, 1, 0, 151, 141, 29, 44, 1, 6, 1, 10],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
526
        [0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0],
Open commit View diff
526 [0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
527
        [4, 2, 0, 1, 19, 0, 0, 3, 9, 0, 0, 6, 3, 2, 5, 3, 0, 1, 10, 2, 0, 0, 1, 0, 6, 0],
Open commit View diff
527 [4, 2, 0, 1, 19, 0, 0, 3, 9, 0, 0, 6, 3, 2, 5, 3, 0, 1, 10, 2, 0, 0, 1, 0, 6, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
528
        [24, 2, 0, 4, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 14, 1, 0, 0, 2, 1, 2, 0, 1, 0, 8, 0],
Open commit View diff
528 [24, 2, 0, 4, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 14, 1, 0, 0, 2, 1, 2, 0, 1, 0, 8, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
529
        [97, 1, 2, 0, 29, 2, 0, 3, 65, 0, 0, 2, 0, 0, 39, 1, 0, 0, 1, 1, 10, 0, 1, 0, 5, 0],
Open commit View diff
529 [97, 1, 2, 0, 29, 2, 0, 3, 65, 0, 0, 2, 0, 0, 39, 1, 0, 0, 1, 1, 10, 0, 1, 0, 5, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
530
        [53, 5, 0, 0, 50, 4, 0, 3, 29, 0, 1, 0, 6, 0, 16, 1, 0, 0, 9, 5, 7, 0, 2, 0, 4, 0],
Open commit View diff
530 [53, 5, 0, 0, 50, 4, 0, 3, 29, 0, 1, 0, 6, 0, 16, 1, 0, 0, 9, 5, 7, 0, 2, 0, 4, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
531
        [46, 40, 79, 40, 18, 22, 56, 4, 32, 5, 10, 76, 90, 167, 84, 127, 2, 14, 127, 74, 127, 42, 63, 17, 15, 3],
Open commit View diff
531 [46, 40, 79, 40, 18, 22, 56, 4, 32, 5, 10, 76, 90, 167, 84, 127, 2, 14, 127, 74, 127, 42, 63, 17, 15, 3],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
532
        [10, 0, 0, 0, 21, 0, 0, 33, 10, 0, 0, 5, 1, 0, 25, 0, 0, 12, 8, 8, 5, 0, 0, 0, 1, 0],
Open commit View diff
532 [10, 0, 0, 0, 21, 0, 0, 33, 10, 0, 0, 5, 1, 0, 25, 0, 0, 12, 8, 8, 5, 0, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
533
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0],
Open commit View diff
533 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
534
        [53, 0, 0, 0, 92, 0, 0, 5, 85, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 14, 0, 0, 0, 60, 0],
Open commit View diff
534 [53, 0, 0, 0, 92, 0, 0, 5, 85, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 14, 0, 0, 0, 60, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
535
        [26, 2, 2, 2, 84, 1, 0, 16, 44, 0, 4, 2, 3, 1, 43, 12, 1, 0, 0, 32, 14, 1, 2, 0, 2, 0],
Open commit View diff
535 [26, 2, 2, 2, 84, 1, 0, 16, 44, 0, 4, 2, 3, 1, 43, 12, 1, 0, 0, 32, 14, 1, 2, 0, 2, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
536
        [39, 2, 2, 0, 61, 5, 3, 101, 99, 0, 0, 11, 7, 3, 32, 0, 0, 17, 12, 1, 27, 0, 2, 0, 24, 7],
Open commit View diff
536 [39, 2, 2, 0, 61, 5, 3, 101, 99, 0, 0, 11, 7, 3, 32, 0, 0, 17, 12, 1, 27, 0, 2, 0, 24, 7],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
537
        [5, 21, 30, 31, 15, 6, 12, 0, 18, 0, 0, 10, 46, 41, 1, 28, 0, 3, 83, 22, 0, 1, 1, 1, 0, 1],
Open commit View diff
537 [5, 21, 30, 31, 15, 6, 12, 0, 18, 0, 0, 10, 46, 41, 1, 28, 0, 3, 83, 22, 0, 1, 1, 1, 0, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
538
        [31, 0, 0, 0, 37, 0, 0, 0, 28, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0],
Open commit View diff
538 [31, 0, 0, 0, 37, 0, 0, 0, 28, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
539
        [15, 0, 0, 0, 6, 0, 0, 0, 12, 0, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
539 [15, 0, 0, 0, 6, 0, 0, 0, 12, 0, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
540
        [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
540 [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
541
        [5, 3, 3, 5, 3, 0, 1, 0, 0, 0, 0, 10, 11, 4, 12, 16, 0, 0, 9, 4, 0, 0, 2, 0, 0, 0],
Open commit View diff
541 [5, 3, 3, 5, 3, 0, 1, 0, 0, 0, 0, 10, 11, 4, 12, 16, 0, 0, 9, 4, 0, 0, 2, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
542
        [2, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Open commit View diff
542 [2, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
543
      ],
Open commit View diff
543 ],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
544
      [
Open commit View diff
544 [
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
545
        [2, 44, 23, 16, 1, 10, 21, 4, 16, 1, 7, 80, 17, 89, 1, 10, 0, 36, 10, 43, 22, 10, 13, 5, 7, 0],
Open commit View diff
545 [2, 44, 23, 16, 1, 10, 21, 4, 16, 1, 7, 80, 17, 89, 1, 10, 0, 36, 10, 43, 22, 10, 13, 5, 7, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
546
        [9, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 6, 0, 0, 2, 0, 0, 18, 0, 0, 0, 3, 0],
Open commit View diff
546 [9, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 6, 0, 0, 2, 0, 0, 18, 0, 0, 0, 3, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
547
        [81, 0, 0, 0, 65, 0, 1, 78, 37, 0, 0, 5, 1, 0, 88, 0, 0, 92, 0, 0, 40, 0, 0, 0, 3, 0],
Open commit View diff
547 [81, 0, 0, 0, 65, 0, 1, 78, 37, 0, 0, 5, 1, 0, 88, 0, 0, 92, 0, 0, 40, 0, 0, 0, 3, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
548
        [11, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0],
Open commit View diff
548 [11, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
549
        [38, 14, 47, 18, 33, 7, 8, 3, 11, 0, 1, 63, 39, 101, 5, 28, 14, 83, 28, 41, 12, 19, 15, 15, 19, 1],
Open commit View diff
549 [38, 14, 47, 18, 33, 7, 8, 3, 11, 0, 1, 63, 39, 101, 5, 28, 14, 83, 28, 41, 12, 19, 15, 15, 19, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
550
        [3, 0, 0, 0, 7, 0, 0, 0, 5, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 6, 0, 0, 0, 1, 0],
Open commit View diff
550 [3, 0, 0, 0, 7, 0, 0, 0, 5, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 6, 0, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
551
        [0, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 5, 1, 0, 2, 0, 0, 0, 0, 0],
Open commit View diff
551 [0, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 5, 1, 0, 2, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
552
        [97, 9, 1, 0, 79, 3, 0, 0, 75, 0, 1, 4, 16, 3, 81, 2, 0, 27, 0, 1, 20, 1, 6, 0, 17, 0],
Open commit View diff
552 [97, 9, 1, 0, 79, 3, 0, 0, 75, 0, 1, 4, 16, 3, 81, 2, 0, 27, 0, 1, 20, 1, 6, 0, 17, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
553
        [55, 56, 44, 80, 28, 15, 38, 0, 0, 0, 2, 50, 40, 78, 148, 7, 1, 7, 99, 89, 9, 76, 0, 8, 0, 3],
Open commit View diff
553 [55, 56, 44, 80, 28, 15, 38, 0, 0, 0, 2, 50, 40, 78, 148, 7, 1, 7, 99, 89, 9, 76, 0, 8, 0, 3],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
554
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
Open commit View diff
554 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
555
        [9, 0, 0, 0, 24, 0, 0, 0, 35, 0, 0, 0, 2, 0, 3, 0, 0, 1, 0, 0, 5, 0, 0, 0, 23, 0],
Open commit View diff
555 [9, 0, 0, 0, 24, 0, 0, 0, 35, 0, 0, 0, 2, 0, 3, 0, 0, 1, 0, 0, 5, 0, 0, 0, 23, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
556
        [42, 0, 0, 0, 35, 0, 0, 0, 29, 0, 0, 1, 0, 0, 29, 0, 0, 0, 0, 0, 13, 0, 0, 0, 2, 0],
Open commit View diff
556 [42, 0, 0, 0, 35, 0, 0, 0, 29, 0, 0, 1, 0, 0, 29, 0, 0, 0, 0, 0, 13, 0, 0, 0, 2, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
557
        [57, 0, 0, 0, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 14, 0, 0, 0, 2, 0],
Open commit View diff
557 [57, 0, 0, 0, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 14, 0, 0, 0, 2, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
558
        [21, 0, 0, 0, 12, 0, 0, 0, 12, 0, 0, 0, 0, 0, 19, 0, 0, 0, 0, 4, 6, 0, 0, 0, 2, 0],
Open commit View diff
558 [21, 0, 0, 0, 12, 0, 0, 0, 12, 0, 0, 0, 0, 0, 19, 0, 0, 0, 0, 4, 6, 0, 0, 0, 2, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
559
        [6, 4, 26, 12, 6, 10, 4, 1, 8, 1, 0, 67, 65, 190, 8, 21, 0, 71, 0, 11, 34, 6, 3, 0, 3, 1],
Open commit View diff
559 [6, 4, 26, 12, 6, 10, 4, 1, 8, 1, 0, 67, 65, 190, 8, 21, 0, 71, 0, 11, 34, 6, 3, 0, 3, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
560
        [63, 1, 0, 0, 116, 0, 0, 41, 82, 0, 0, 24, 0, 0, 69, 0, 0, 34, 1, 0, 16, 0, 0, 0, 3, 0],
Open commit View diff
560 [63, 1, 0, 0, 116, 0, 0, 41, 82, 0, 0, 24, 0, 0, 69, 0, 0, 34, 1, 0, 16, 0, 0, 0, 3, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
561
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0],
Open commit View diff
561 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
562
        [4, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 1, 0, 3, 0, 0, 0, 0, 0],
Open commit View diff
562 [4, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 1, 0, 3, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
563
        [50, 3, 2, 0, 77, 3, 0, 4, 151, 0, 0, 5, 11, 1, 42, 2, 0, 4, 0, 4, 17, 0, 13, 0, 19, 0],
Open commit View diff
563 [50, 3, 2, 0, 77, 3, 0, 4, 151, 0, 0, 5, 11, 1, 42, 2, 0, 4, 0, 4, 17, 0, 13, 0, 19, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
564
        [258, 6, 4, 1, 291, 9, 1, 11, 240, 1, 0, 25, 12, 2, 205, 6, 0, 255, 3, 0, 58, 2, 7, 0, 36, 0],
Open commit View diff
564 [258, 6, 4, 1, 291, 9, 1, 11, 240, 1, 0, 25, 12, 2, 205, 6, 0, 255, 3, 0, 58, 2, 7, 0, 36, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
565
        [14, 38, 17, 6, 7, 11, 6, 0, 11, 0, 0, 39, 35, 37, 1, 42, 0, 71, 30, 4, 0, 0, 0, 0, 0, 4],
Open commit View diff
565 [14, 38, 17, 6, 7, 11, 6, 0, 11, 0, 0, 39, 35, 37, 1, 42, 0, 71, 30, 4, 0, 0, 0, 0, 0, 4],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
566
        [0, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
566 [0, 0, 0, 0, 5, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
567
        [37, 0, 0, 0, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 21, 0, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0],
Open commit View diff
567 [37, 0, 0, 0, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 21, 0, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
568
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
568 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
569
        [0, 2, 32, 1, 1, 0, 1, 0, 0, 0, 1, 18, 19, 30, 0, 2, 0, 9, 5, 1, 0, 0, 0, 0, 0, 1],
Open commit View diff
569 [0, 2, 32, 1, 1, 0, 1, 0, 0, 0, 1, 18, 19, 30, 0, 2, 0, 9, 5, 1, 0, 0, 0, 0, 0, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
570
        [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Open commit View diff
570 [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
571
      ],
Open commit View diff
571 ],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
572
      [
Open commit View diff
572 [
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
573
        [0, 74, 44, 8, 3, 9, 45, 8, 68, 0, 15, 130, 36, 181, 1, 23, 0, 128, 22, 185, 13, 11, 9, 13, 4, 0],
Open commit View diff
573 [0, 74, 44, 8, 3, 9, 45, 8, 68, 0, 15, 130, 36, 181, 1, 23, 0, 128, 22, 185, 13, 11, 9, 13, 4, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
574
        [7, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 6, 0, 0, 3, 0, 0, 3, 0, 0, 0, 0, 0],
Open commit View diff
574 [7, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 6, 0, 0, 3, 0, 0, 3, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
575
        [5, 0, 0, 0, 0, 0, 0, 112, 0, 0, 0, 2, 0, 0, 5, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0],
Open commit View diff
575 [5, 0, 0, 0, 0, 0, 0, 112, 0, 0, 0, 2, 0, 0, 5, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
576
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
576 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
577
        [52, 9, 29, 37, 66, 9, 17, 6, 16, 0, 2, 65, 49, 185, 18, 20, 0, 588, 61, 23, 9, 9, 9, 16, 1, 0],
Open commit View diff
577 [52, 9, 29, 37, 66, 9, 17, 6, 16, 0, 2, 65, 49, 185, 18, 20, 0, 588, 61, 23, 9, 9, 9, 16, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
578
        [6, 0, 0, 0, 1, 0, 0, 0, 5, 0, 0, 1, 0, 0, 6, 0, 0, 1, 0, 0, 24, 0, 0, 0, 0, 0],
Open commit View diff
578 [6, 0, 0, 0, 1, 0, 0, 0, 5, 0, 0, 1, 0, 0, 6, 0, 0, 1, 0, 0, 24, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
579
        [4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0],
Open commit View diff
579 [4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
580
        [68, 6, 1, 5, 274, 8, 1, 2, 62, 0, 1, 9, 13, 3, 90, 4, 1, 61, 8, 2, 31, 0, 16, 0, 49, 0],
Open commit View diff
580 [68, 6, 1, 5, 274, 8, 1, 2, 62, 0, 1, 9, 13, 3, 90, 4, 1, 61, 8, 2, 31, 0, 16, 0, 49, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
581
        [99, 35, 342, 16, 35, 45, 34, 0, 0, 0, 3, 67, 75, 183, 419, 28, 9, 18, 75, 88, 9, 128, 0, 0, 0, 2],
Open commit View diff
581 [99, 35, 342, 16, 35, 45, 34, 0, 0, 0, 3, 67, 75, 183, 419, 28, 9, 18, 75, 88, 9, 128, 0, 0, 0, 2],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
582
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
582 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
583
        [2, 0, 0, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0],
Open commit View diff
583 [2, 0, 0, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
584
        [18, 0, 0, 0, 102, 0, 0, 0, 5, 0, 0, 2, 0, 0, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 3, 0],
Open commit View diff
584 [18, 0, 0, 0, 102, 0, 0, 0, 5, 0, 0, 2, 0, 0, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 3, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
585
        [25, 0, 0, 0, 8, 0, 0, 0, 3, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0],
Open commit View diff
585 [25, 0, 0, 0, 8, 0, 0, 0, 3, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
586
        [3, 0, 0, 0, 9, 0, 0, 0, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 4, 1, 0, 0, 0, 0, 0],
Open commit View diff
586 [3, 0, 0, 0, 9, 0, 0, 0, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 4, 1, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
587
        [5, 6, 34, 11, 8, 7, 26, 0, 14, 0, 9, 38, 65, 238, 26, 56, 0, 319, 19, 16, 36, 3, 36, 7, 3, 2],
Open commit View diff
587 [5, 6, 34, 11, 8, 7, 26, 0, 14, 0, 9, 38, 65, 238, 26, 56, 0, 319, 19, 16, 36, 3, 36, 7, 3, 2],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
588
        [2, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 2, 0, 0, 3, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
588 [2, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 2, 0, 0, 3, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
589
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
589 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
590
        [315, 0, 0, 0, 98, 0, 0, 0, 246, 0, 0, 0, 0, 0, 201, 0, 0, 0, 0, 0, 68, 0, 1, 0, 64, 0],
Open commit View diff
590 [315, 0, 0, 0, 98, 0, 0, 0, 246, 0, 0, 0, 0, 0, 201, 0, 0, 0, 0, 0, 68, 0, 1, 0, 64, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
591
        [2, 2, 2, 1, 10, 2, 0, 3, 4, 0, 1, 0, 13, 0, 9, 3, 0, 0, 0, 8, 5, 2, 5, 0, 3, 0],
Open commit View diff
591 [2, 2, 2, 1, 10, 2, 0, 3, 4, 0, 1, 0, 13, 0, 9, 3, 0, 0, 0, 8, 5, 2, 5, 0, 3, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
592
        [44, 0, 0, 0, 154, 1, 1, 2, 53, 0, 1, 45, 0, 0, 33, 0, 0, 10, 8, 0, 4, 1, 0, 0, 25, 0],
Open commit View diff
592 [44, 0, 0, 0, 154, 1, 1, 2, 53, 0, 1, 45, 0, 0, 33, 0, 0, 10, 8, 0, 4, 1, 0, 0, 25, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
593
        [41, 14, 9, 41, 8, 5, 4, 0, 10, 0, 0, 19, 30, 29, 13, 10, 0, 159, 35, 22, 0, 0, 0, 1, 1, 0],
Open commit View diff
593 [41, 14, 9, 41, 8, 5, 4, 0, 10, 0, 0, 19, 30, 29, 13, 10, 0, 159, 35, 22, 0, 0, 0, 1, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
594
        [3, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
594 [3, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
595
        [14, 0, 0, 0, 12, 0, 0, 1, 23, 0, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 2, 0, 0, 1, 0, 0],
Open commit View diff
595 [14, 0, 0, 0, 12, 0, 0, 1, 23, 0, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 2, 0, 0, 1, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
596
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
596 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
597
        [2, 1, 2, 0, 0, 0, 1, 0, 1, 0, 0, 14, 2, 0, 0, 34, 0, 14, 3, 0, 0, 0, 2, 1, 0, 0],
Open commit View diff
597 [2, 1, 2, 0, 0, 0, 1, 0, 1, 0, 0, 14, 2, 0, 0, 34, 0, 14, 3, 0, 0, 0, 2, 1, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
598
        [1, 0, 0, 0, 5, 0, 1, 0, 2, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0]
Open commit View diff
598 [1, 0, 0, 0, 5, 0, 1, 0, 2, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0]
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
599
      ],
Open commit View diff
599 ],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
600
      [
Open commit View diff
600 [
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
601
        [0, 4, 7, 21, 0, 1, 5, 1, 4, 0, 5, 51, 2, 26, 0, 1, 0, 48, 9, 37, 0, 2, 4, 0, 3, 0],
Open commit View diff
601 [0, 4, 7, 21, 0, 1, 5, 1, 4, 0, 5, 51, 2, 26, 0, 1, 0, 48, 9, 37, 0, 2, 4, 0, 3, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
602
        [8, 18, 0, 1, 20, 0, 0, 2, 18, 2, 0, 23, 5, 0, 2, 1, 0, 10, 15, 8, 7, 2, 0, 0, 1, 0],
Open commit View diff
602 [8, 18, 0, 1, 20, 0, 0, 2, 18, 2, 0, 23, 5, 0, 2, 1, 0, 10, 15, 8, 7, 2, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
603
        [10, 0, 14, 0, 23, 0, 0, 31, 29, 0, 55, 16, 0, 0, 7, 0, 0, 9, 1, 47, 5, 0, 0, 0, 2, 0],
Open commit View diff
603 [10, 0, 14, 0, 23, 0, 0, 31, 29, 0, 55, 16, 0, 0, 7, 0, 0, 9, 1, 47, 5, 0, 0, 0, 2, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
604
        [17, 1, 0, 24, 67, 0, 18, 0, 39, 0, 0, 4, 0, 0, 8, 0, 0, 1, 10, 0, 2, 0, 2, 0, 7, 1],
Open commit View diff
604 [17, 1, 0, 24, 67, 0, 18, 0, 39, 0, 0, 4, 0, 0, 8, 0, 0, 1, 10, 0, 2, 0, 2, 0, 7, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
605
        [6, 9, 0, 1, 5, 5, 4, 1, 0, 1, 0, 21, 1, 33, 1, 1, 0, 19, 22, 15, 2, 0, 0, 0, 3, 6],
Open commit View diff
605 [6, 9, 0, 1, 5, 5, 4, 1, 0, 1, 0, 21, 1, 33, 1, 1, 0, 19, 22, 15, 2, 0, 0, 0, 3, 6],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
606
        [1, 0, 0, 0, 0, 58, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 3, 1, 0, 0, 0, 0, 0],
Open commit View diff
606 [1, 0, 0, 0, 0, 58, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 3, 1, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
607
        [19, 1, 0, 0, 21, 0, 34, 80, 3, 0, 0, 4, 2, 2, 6, 0, 0, 1, 1, 0, 11, 0, 0, 0, 0, 0],
Open commit View diff
607 [19, 1, 0, 0, 21, 0, 34, 80, 3, 0, 0, 4, 2, 2, 6, 0, 0, 1, 1, 0, 11, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
608
        [3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
608 [3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
609
        [3, 2, 14, 14, 6, 0, 1, 0, 0, 0, 0, 32, 0, 31, 1, 8, 0, 19, 44, 64, 1, 4, 0, 2, 0, 3],
Open commit View diff
609 [3, 2, 14, 14, 6, 0, 1, 0, 0, 0, 0, 32, 0, 31, 1, 8, 0, 19, 44, 64, 1, 4, 0, 2, 0, 3],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
610
        [1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0],
Open commit View diff
610 [1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
611
        [1, 0, 0, 1, 12, 0, 0, 0, 3, 0, 1, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
611 [1, 0, 0, 1, 12, 0, 0, 0, 3, 0, 1, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
612
        [136, 4, 11, 11, 46, 14, 7, 0, 35, 0, 10, 67, 5, 2, 23, 16, 0, 1, 24, 73, 16, 3, 1, 0, 5, 1],
Open commit View diff
612 [136, 4, 11, 11, 46, 14, 7, 0, 35, 0, 10, 67, 5, 2, 23, 16, 0, 1, 24, 73, 16, 3, 1, 0, 5, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
613
        [22, 52, 3, 1, 51, 5, 0, 1, 32, 0, 0, 2, 28, 11, 8, 48, 1, 0, 8, 1, 6, 2, 0, 0, 0, 0],
Open commit View diff
613 [22, 52, 3, 1, 51, 5, 0, 1, 32, 0, 0, 2, 28, 11, 8, 48, 1, 0, 8, 1, 6, 2, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
614
        [21, 6, 73, 131, 25, 5, 46, 2, 55, 0, 33, 4, 2, 13, 4, 2, 0, 2, 15, 82, 1, 0, 2, 0, 5, 0],
Open commit View diff
614 [21, 6, 73, 131, 25, 5, 46, 2, 55, 0, 33, 4, 2, 13, 4, 2, 0, 2, 15, 82, 1, 0, 2, 0, 5, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
615
        [0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, 2, 0, 3, 0, 2, 0, 16, 3, 5, 29, 0, 0, 0, 2, 0],
Open commit View diff
615 [0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, 2, 0, 3, 0, 2, 0, 16, 3, 5, 29, 0, 0, 0, 2, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
616
        [4, 4, 1, 2, 31, 1, 1, 14, 10, 0, 1, 13, 1, 0, 8, 24, 0, 13, 13, 24, 2, 0, 2, 0, 2, 0],
Open commit View diff
616 [4, 4, 1, 2, 31, 1, 1, 14, 10, 0, 1, 13, 1, 0, 8, 24, 0, 13, 13, 24, 2, 0, 2, 0, 2, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
617
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0],
Open commit View diff
617 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
618
        [75, 27, 21, 17, 149, 8, 60, 1, 66, 2, 11, 17, 11, 55, 28, 15, 1, 51, 43, 43, 9, 15, 3, 0, 28, 1],
Open commit View diff
618 [75, 27, 21, 17, 149, 8, 60, 1, 66, 2, 11, 17, 11, 55, 28, 15, 1, 51, 43, 43, 9, 15, 3, 0, 28, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
619
        [31, 5, 29, 2, 105, 0, 1, 53, 64, 0, 17, 3, 0, 1, 8, 12, 1, 0, 34, 115, 6, 0, 0, 0, 4, 0],
Open commit View diff
619 [31, 5, 29, 2, 105, 0, 1, 53, 64, 0, 17, 3, 0, 1, 8, 12, 1, 0, 34, 115, 6, 0, 0, 0, 4, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
620
        [45, 1, 14, 1, 69, 0, 1, 55, 77, 0, 0, 8, 3, 3, 49, 0, 0, 13, 7, 51, 11, 0, 2, 0, 6, 2],
Open commit View diff
620 [45, 1, 14, 1, 69, 0, 1, 55, 77, 0, 0, 8, 3, 3, 49, 0, 0, 13, 7, 51, 11, 0, 2, 0, 6, 2],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
621
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
621 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
622
        [0, 0, 0, 0, 8, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
622 [0, 0, 0, 0, 8, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
623
        [2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
623 [2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
624
        [0, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 5, 4, 0, 0, 0, 0, 0],
Open commit View diff
624 [0, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 5, 4, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
625
        [1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0],
Open commit View diff
625 [1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
626
        [2, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 12]
Open commit View diff
626 [2, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 12]
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
627
      ],
Open commit View diff
627 ],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
628
      [
Open commit View diff
628 [
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
629
        [0, 9, 20, 8, 1, 0, 14, 2, 8, 1, 3, 69, 2, 57, 0, 1, 0, 31, 18, 36, 5, 0, 0, 0, 0, 0],
Open commit View diff
629 [0, 9, 20, 8, 1, 0, 14, 2, 8, 1, 3, 69, 2, 57, 0, 1, 0, 31, 18, 36, 5, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
630
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
630 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
631
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
631 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
632
        [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
632 [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
633
        [6, 2, 5, 4, 4, 3, 6, 4, 5, 0, 1, 47, 4, 120, 3, 1, 0, 271, 46, 24, 0, 0, 1, 5, 10, 0],
Open commit View diff
633 [6, 2, 5, 4, 4, 3, 6, 4, 5, 0, 1, 47, 4, 120, 3, 1, 0, 271, 46, 24, 0, 0, 1, 5, 10, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
634
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
634 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
635
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
635 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
636
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
636 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
637
        [37, 4, 33, 23, 21, 2, 8, 0, 2, 0, 3, 43, 0, 47, 18, 0, 0, 16, 65, 30, 5, 16, 0, 2, 0, 1],
Open commit View diff
637 [37, 4, 33, 23, 21, 2, 8, 0, 2, 0, 3, 43, 0, 47, 18, 0, 0, 16, 65, 30, 5, 16, 0, 2, 0, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
638
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
638 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
639
        [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
639 [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
640
        [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
640 [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
641
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
641 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
642
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
642 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
643
        [0, 0, 23, 0, 0, 0, 3, 0, 9, 0, 5, 48, 2, 6, 1, 0, 0, 10, 4, 9, 10, 1, 3, 0, 6, 0],
Open commit View diff
643 [0, 0, 23, 0, 0, 0, 3, 0, 9, 0, 5, 48, 2, 6, 1, 0, 0, 10, 4, 9, 10, 1, 3, 0, 6, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
644
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
644 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
645
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
645 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
646
        [0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
646 [0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
647
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
647 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
648
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
648 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
649
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
649 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
650
        [0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0],
Open commit View diff
650 [0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
651
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
651 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
652
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
652 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
653
        [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0],
Open commit View diff
653 [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
654
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Open commit View diff
654 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
655
      ],
Open commit View diff
655 ],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
656
      [
Open commit View diff
656 [
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
657
        [1, 4, 7, 8, 0, 3, 12, 3, 18, 0, 8, 53, 5, 20, 0, 4, 0, 100, 27, 55, 1, 9, 1, 4, 71, 1],
Open commit View diff
657 [1, 4, 7, 8, 0, 3, 12, 3, 18, 0, 8, 53, 5, 20, 0, 4, 0, 100, 27, 55, 1, 9, 1, 4, 71, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
658
        [6, 0, 0, 0, 7, 0, 0, 0, 1, 0, 0, 0, 0, 0, 10, 0, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0],
Open commit View diff
658 [6, 0, 0, 0, 7, 0, 0, 0, 1, 0, 0, 0, 0, 0, 10, 0, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
659
        [3, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
Open commit View diff
659 [3, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
660
        [0, 0, 0, 0, 5, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 0, 3, 0, 0, 1, 0, 0, 0, 3, 0],
Open commit View diff
660 [0, 0, 0, 0, 5, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 0, 3, 0, 0, 1, 0, 0, 0, 3, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
661
        [30, 5, 1, 9, 33, 0, 2, 1, 19, 0, 0, 51, 0, 11, 0, 2, 0, 36, 21, 7, 0, 2, 0, 0, 2, 0],
Open commit View diff
661 [30, 5, 1, 9, 33, 0, 2, 1, 19, 0, 0, 51, 0, 11, 0, 2, 0, 36, 21, 7, 0, 2, 0, 0, 2, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
662
        [1, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 3, 0, 0, 4, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0],
Open commit View diff
662 [1, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 3, 0, 0, 4, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
663
        [0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
663 [0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
664
        [18, 0, 0, 0, 47, 0, 0, 0, 52, 0, 0, 0, 0, 0, 19, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0],
Open commit View diff
664 [18, 0, 0, 0, 47, 0, 0, 0, 52, 0, 0, 0, 0, 0, 19, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
665
        [0, 0, 14, 18, 5, 5, 15, 0, 0, 0, 0, 40, 2, 83, 0, 2, 0, 8, 38, 47, 0, 4, 0, 1, 0, 2],
Open commit View diff
665 [0, 0, 14, 18, 5, 5, 15, 0, 0, 0, 0, 40, 2, 83, 0, 2, 0, 8, 38, 47, 0, 4, 0, 1, 0, 2],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
666
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
666 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
667
        [0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0],
Open commit View diff
667 [0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
668
        [3, 0, 0, 0, 9, 0, 0, 0, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 3, 0],
Open commit View diff
668 [3, 0, 0, 0, 9, 0, 0, 0, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 3, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
669
        [8, 0, 0, 0, 5, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
669 [8, 0, 0, 0, 5, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
670
        [0, 1, 1, 1, 6, 1, 1, 2, 3, 0, 0, 0, 0, 0, 0, 2, 0, 1, 10, 4, 1, 0, 2, 0, 3, 0],
Open commit View diff
670 [0, 1, 1, 1, 6, 1, 1, 2, 3, 0, 0, 0, 0, 0, 0, 2, 0, 1, 10, 4, 1, 0, 2, 0, 3, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
671
        [0, 1, 0, 0, 3, 1, 0, 0, 0, 0, 3, 10, 17, 8, 54, 1, 0, 121, 1, 1, 3, 2, 1, 0, 0, 0],
Open commit View diff
671 [0, 1, 0, 0, 3, 1, 0, 0, 0, 0, 3, 10, 17, 8, 54, 1, 0, 121, 1, 1, 3, 2, 1, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
672
        [1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
Open commit View diff
672 [1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
673
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
673 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
674
        [7, 0, 0, 0, 12, 0, 0, 0, 25, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0],
Open commit View diff
674 [7, 0, 0, 0, 12, 0, 0, 0, 25, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
675
        [0, 1, 1, 0, 2, 0, 0, 1, 1, 0, 1, 2, 2, 0, 5, 3, 0, 1, 1, 4, 1, 0, 2, 0, 1, 0],
Open commit View diff
675 [0, 1, 1, 0, 2, 0, 0, 1, 1, 0, 1, 2, 2, 0, 5, 3, 0, 1, 1, 4, 1, 0, 2, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
676
        [1, 0, 0, 0, 1, 0, 0, 3, 1, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
Open commit View diff
676 [1, 0, 0, 0, 1, 0, 0, 3, 1, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
677
        [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
677 [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
678
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
678 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
679
        [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
679 [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
680
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
680 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
681
        [2, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 1, 1, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
681 [2, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 1, 1, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
682
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]
Open commit View diff
682 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
683
      ],
Open commit View diff
683 ],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
684
      [
Open commit View diff
684 [
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
685
        [0, 0, 5, 1, 0, 1, 3, 0, 0, 0, 0, 4, 6, 6, 0, 0, 0, 0, 3, 6, 0, 1, 0, 0, 0, 0],
Open commit View diff
685 [0, 0, 5, 1, 0, 1, 3, 0, 0, 0, 0, 4, 6, 6, 0, 0, 0, 0, 3, 6, 0, 1, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
686
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
Open commit View diff
686 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
687
        [3, 0, 0, 0, 11, 0, 0, 3, 7, 0, 0, 7, 0, 0, 3, 0, 0, 5, 0, 0, 7, 0, 0, 0, 0, 0],
Open commit View diff
687 [3, 0, 0, 0, 11, 0, 0, 3, 7, 0, 0, 7, 0, 0, 3, 0, 0, 5, 0, 0, 7, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
688
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
688 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
689
        [0, 0, 7, 1, 0, 0, 2, 0, 1, 0, 0, 2, 6, 9, 0, 0, 0, 6, 1, 1, 0, 0, 0, 0, 1, 0],
Open commit View diff
689 [0, 0, 7, 1, 0, 0, 2, 0, 1, 0, 0, 2, 6, 9, 0, 0, 0, 6, 1, 1, 0, 0, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
690
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
690 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
691
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
Open commit View diff
691 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
692
        [7, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0],
Open commit View diff
692 [7, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
693
        [8, 2, 12, 8, 4, 2, 2, 0, 0, 0, 0, 2, 11, 4, 8, 0, 0, 0, 9, 2, 0, 1, 1, 0, 0, 0],
Open commit View diff
693 [8, 2, 12, 8, 4, 2, 2, 0, 0, 0, 0, 2, 11, 4, 8, 0, 0, 0, 9, 2, 0, 1, 1, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
694
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
694 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
695
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
695 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
696
        [0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
696 [0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
697
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
697 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
698
        [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
698 [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
699
        [0, 0, 0, 1, 0, 0, 3, 0, 0, 0, 0, 1, 1, 10, 0, 1, 0, 6, 1, 5, 0, 0, 0, 0, 0, 0],
Open commit View diff
699 [0, 0, 0, 1, 0, 0, 3, 0, 0, 0, 0, 1, 1, 10, 0, 1, 0, 6, 1, 5, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
700
        [8, 0, 0, 0, 27, 0, 0, 0, 5, 0, 0, 18, 0, 0, 12, 0, 0, 7, 0, 0, 3, 0, 0, 0, 0, 0],
Open commit View diff
700 [8, 0, 0, 0, 27, 0, 0, 0, 5, 0, 0, 18, 0, 0, 12, 0, 0, 7, 0, 0, 3, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
701
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
Open commit View diff
701 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
702
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
702 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
703
        [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
703 [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
704
        [6, 1, 0, 0, 22, 0, 0, 1, 7, 0, 0, 0, 0, 0, 7, 0, 0, 31, 0, 0, 9, 0, 0, 0, 1, 0],
Open commit View diff
704 [6, 1, 0, 0, 22, 0, 0, 1, 7, 0, 0, 0, 0, 0, 7, 0, 0, 31, 0, 0, 9, 0, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
705
        [4, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 1, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
705 [4, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 1, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
706
        [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
706 [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
707
        [0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
707 [0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
708
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
708 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
709
        [0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
709 [0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
710
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Open commit View diff
710 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
711
      ],
Open commit View diff
711 ],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
712
      [
Open commit View diff
712 [
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
713
        [0, 0, 5, 5, 0, 0, 1, 1, 0, 0, 2, 11, 3, 29, 1, 4, 1, 20, 1, 3, 0, 0, 3, 0, 0, 0],
Open commit View diff
713 [0, 0, 5, 5, 0, 0, 1, 1, 0, 0, 2, 11, 3, 29, 1, 4, 1, 20, 1, 3, 0, 0, 3, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
714
        [4, 0, 0, 4, 7, 0, 0, 0, 2, 0, 0, 0, 0, 0, 9, 0, 0, 3, 0, 0, 3, 0, 0, 0, 0, 0],
Open commit View diff
714 [4, 0, 0, 4, 7, 0, 0, 0, 2, 0, 0, 0, 0, 0, 9, 0, 0, 3, 0, 0, 3, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
715
        [4, 0, 0, 0, 18, 0, 0, 31, 4, 0, 0, 19, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
715 [4, 0, 0, 0, 18, 0, 0, 31, 4, 0, 0, 19, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
716
        [4, 1, 0, 0, 12, 0, 0, 0, 2, 0, 0, 0, 0, 2, 1, 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
716 [4, 1, 0, 0, 12, 0, 0, 0, 2, 0, 0, 0, 0, 2, 1, 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
717
        [11, 3, 0, 1, 1, 1, 1, 0, 1, 0, 0, 13, 1, 6, 2, 1, 0, 19, 7, 6, 0, 1, 1, 0, 0, 0],
Open commit View diff
717 [11, 3, 0, 1, 1, 1, 1, 0, 1, 0, 0, 13, 1, 6, 2, 1, 0, 19, 7, 6, 0, 1, 1, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
718
        [1, 0, 0, 0, 1, 0, 0, 0, 3, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0],
Open commit View diff
718 [1, 0, 0, 0, 1, 0, 0, 0, 3, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
719
        [0, 0, 0, 1, 2, 0, 0, 0, 2, 0, 0, 1, 3, 1, 8, 0, 0, 3, 0, 0, 1, 0, 0, 0, 2, 0],
Open commit View diff
719 [0, 0, 0, 1, 2, 0, 0, 0, 2, 0, 0, 1, 3, 1, 8, 0, 0, 3, 0, 0, 1, 0, 0, 0, 2, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
720
        [0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0],
Open commit View diff
720 [0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
721
        [0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
721 [0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
722
        [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
722 [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
723
        [0, 0, 0, 0, 3, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
723 [0, 0, 0, 0, 3, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
724
        [15, 0, 0, 0, 22, 0, 0, 0, 13, 0, 1, 19, 0, 0, 11, 1, 0, 0, 2, 0, 3, 6, 0, 0, 0, 0],
Open commit View diff
724 [15, 0, 0, 0, 22, 0, 0, 0, 13, 0, 1, 19, 0, 0, 11, 1, 0, 0, 2, 0, 3, 6, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
725
        [18, 4, 1, 0, 20, 0, 0, 0, 5, 0, 0, 0, 3, 7, 11, 20, 0, 0, 0, 0, 2, 0, 0, 0, 1, 0],
Open commit View diff
725 [18, 4, 1, 0, 20, 0, 0, 0, 5, 0, 0, 0, 3, 7, 11, 20, 0, 0, 0, 0, 2, 0, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
726
        [14, 0, 11, 3, 12, 0, 3, 1, 2, 0, 0, 0, 0, 3, 11, 0, 0, 0, 0, 6, 0, 0, 0, 2, 1, 0],
Open commit View diff
726 [14, 0, 11, 3, 12, 0, 3, 1, 2, 0, 0, 0, 0, 3, 11, 0, 0, 0, 0, 6, 0, 0, 0, 2, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
727
        [0, 0, 2, 2, 0, 4, 6, 0, 0, 0, 5, 2, 1, 18, 0, 4, 0, 8, 4, 5, 17, 1, 1, 0, 0, 1],
Open commit View diff
727 [0, 0, 2, 2, 0, 4, 6, 0, 0, 0, 5, 2, 1, 18, 0, 4, 0, 8, 4, 5, 17, 1, 1, 0, 0, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
728
        [2, 0, 0, 0, 24, 0, 0, 17, 5, 0, 0, 2, 0, 2, 21, 0, 0, 5, 7, 16, 3, 0, 0, 0, 1, 0],
Open commit View diff
728 [2, 0, 0, 0, 24, 0, 0, 17, 5, 0, 0, 2, 0, 2, 21, 0, 0, 5, 7, 16, 3, 0, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
729
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
Open commit View diff
729 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
730
        [15, 0, 0, 2, 6, 1, 0, 0, 21, 0, 0, 0, 0, 2, 29, 0, 0, 2, 0, 1, 4, 0, 0, 0, 1, 0],
Open commit View diff
730 [15, 0, 0, 2, 6, 1, 0, 0, 21, 0, 0, 0, 0, 2, 29, 0, 0, 2, 0, 1, 4, 0, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
731
        [3, 1, 3, 0, 12, 0, 0, 1, 38, 0, 0, 1, 2, 0, 4, 3, 0, 0, 6, 39, 2, 0, 0, 0, 0, 0],
Open commit View diff
731 [3, 1, 3, 0, 12, 0, 0, 1, 38, 0, 0, 1, 2, 0, 4, 3, 0, 0, 6, 39, 2, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
732
        [2, 0, 0, 0, 16, 0, 0, 16, 10, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0],
Open commit View diff
732 [2, 0, 0, 0, 16, 0, 0, 16, 10, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
733
        [0, 0, 3, 0, 0, 0, 3, 1, 0, 0, 2, 1, 0, 1, 0, 1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
733 [0, 0, 3, 0, 0, 0, 3, 1, 0, 0, 2, 1, 0, 1, 0, 1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
734
        [1, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
734 [1, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
735
        [10, 0, 1, 0, 3, 0, 0, 2, 4, 0, 0, 0, 0, 0, 5, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
735 [10, 0, 1, 0, 3, 0, 0, 2, 4, 0, 0, 0, 0, 0, 5, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
736
        [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
736 [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
737
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
737 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
738
        [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]
Open commit View diff
738 [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0]
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
739
      ],
Open commit View diff
739 ],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
740
      [
Open commit View diff
740 [
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
741
        [1, 3, 2, 0, 0, 0, 5, 1, 1, 0, 1, 4, 1, 11, 0, 1, 0, 19, 0, 0, 0, 1, 0, 0, 0, 1],
Open commit View diff
741 [1, 3, 2, 0, 0, 0, 5, 1, 1, 0, 1, 4, 1, 11, 0, 1, 0, 19, 0, 0, 0, 1, 0, 0, 0, 1],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
742
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
742 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
743
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
743 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
744
        [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
744 [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
745
        [5, 1, 2, 1, 1, 0, 0, 0, 1, 0, 1, 7, 0, 12, 0, 0, 0, 13, 3, 3, 1, 0, 1, 0, 0, 0],
Open commit View diff
745 [5, 1, 2, 1, 1, 0, 0, 0, 1, 0, 1, 7, 0, 12, 0, 0, 0, 13, 3, 3, 1, 0, 1, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
746
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
746 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
747
        [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
747 [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
748
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
748 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
749
        [1, 1, 2, 0, 7, 0, 5, 0, 0, 0, 0, 5, 4, 6, 1, 1, 0, 2, 1, 1, 1, 0, 0, 0, 0, 0],
Open commit View diff
749 [1, 1, 2, 0, 7, 0, 5, 0, 0, 0, 0, 5, 4, 6, 1, 1, 0, 2, 1, 1, 1, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
750
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
750 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
751
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
751 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
752
        [0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0],
Open commit View diff
752 [0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
753
        [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
753 [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
754
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
754 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
755
        [3, 0, 0, 2, 2, 0, 1, 0, 7, 0, 0, 0, 3, 10, 5, 2, 0, 5, 0, 0, 1, 1, 0, 0, 0, 0],
Open commit View diff
755 [3, 0, 0, 2, 2, 0, 1, 0, 7, 0, 0, 0, 3, 10, 5, 2, 0, 5, 0, 0, 1, 1, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
756
        [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
756 [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
757
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
757 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
758
        [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
758 [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
759
        [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
759 [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
760
        [0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
760 [0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
761
        [0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
761 [0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
762
        [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
762 [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
763
        [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
763 [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
764
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
764 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
765
        [0, 1, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
Open commit View diff
765 [0, 1, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
766
        [7, 0, 0, 0, 1, 0, 0, 0, 7, 0, 0, 17, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 0]
Open commit View diff
766 [7, 0, 0, 0, 1, 0, 0, 0, 7, 0, 0, 17, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 0]
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
767
      ]
Open commit View diff
767 ]
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
768
    ];
Open commit View diff
768 ];
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
769
    pik = Math.random();
Open commit View diff
769 pik = Math.random();
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
770
    ranno = pik * 125729.0;
Open commit View diff
770 ranno = pik * 125729.0;
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
771
    sum = 0;
Open commit View diff
771 sum = 0;
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
772
    for (c1 = 0; c1 < 26; c1++) {
Open commit View diff
772 for (c1 = 0; c1 < 26; c1++) {
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
773
      for (c2 = 0; c2 < 26; c2++) {
Open commit View diff
773 for (c2 = 0; c2 < 26; c2++) {
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
774
        for (c3 = 0; c3 < 26; c3++) {
Open commit View diff
774 for (c3 = 0; c3 < 26; c3++) {
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
775
          sum += _trigram[c1][c2][c3];
Open commit View diff
775 sum += _trigram[c1][c2][c3];
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
776
          if (sum > ranno) {
Open commit View diff
776 if (sum > ranno) {
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
777
            output += _alphabet.charAt(c1);
Open commit View diff
777 output += _alphabet.charAt(c1);
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
778
            output += _alphabet.charAt(c2);
Open commit View diff
778 output += _alphabet.charAt(c2);
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
779
            output += _alphabet.charAt(c3);
Open commit View diff
779 output += _alphabet.charAt(c3);
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
780
            c1 = 26;
Open commit View diff
780 c1 = 26;
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
781
            c2 = 26;
Open commit View diff
781 c2 = 26;
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
782
            c3 = 26;
Open commit View diff
782 c3 = 26;
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
783
          }
Open commit View diff
783 }
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
784
        }
Open commit View diff
784 }
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
785
      }
Open commit View diff
785 }
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
786
    }
Open commit View diff
786 }
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
787
    nchar = 3;
Open commit View diff
787 nchar = 3;
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
788
    while (nchar < pwl) {
Open commit View diff
788 while (nchar < pwl) {
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
789
      c1 = _alphabet.indexOf(output.charAt(nchar - 2));
Open commit View diff
789 c1 = _alphabet.indexOf(output.charAt(nchar - 2));
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
790
      c2 = _alphabet.indexOf(output.charAt(nchar - 1));
Open commit View diff
790 c2 = _alphabet.indexOf(output.charAt(nchar - 1));
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
791
      sum = 0;
Open commit View diff
791 sum = 0;
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
792
      for (c3 = 0; c3 < 26; c3++)
Open commit View diff
792 for (c3 = 0; c3 < 26; c3++)
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
793
        sum += _trigram[c1][c2][c3];
Open commit View diff
793 sum += _trigram[c1][c2][c3];
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
794
      if (sum == 0) {
Open commit View diff
794 if (sum == 0) {
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
795
        break;
Open commit View diff
795 break;
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
796
      }
Open commit View diff
796 }
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
797
      pik = Math.random();
Open commit View diff
797 pik = Math.random();
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
798
      ranno = pik * sum;
Open commit View diff
798 ranno = pik * sum;
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
799
      sum = 0;
Open commit View diff
799 sum = 0;
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
800
      for (c3 = 0; c3 < 26; c3++) {
Open commit View diff
800 for (c3 = 0; c3 < 26; c3++) {
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
801
        sum += _trigram[c1][c2][c3];
Open commit View diff
801 sum += _trigram[c1][c2][c3];
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
802
        if (sum > ranno) {
Open commit View diff
802 if (sum > ranno) {
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
803
          output += _alphabet.charAt(c3);
Open commit View diff
803 output += _alphabet.charAt(c3);
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
804
          c3 = 26;
Open commit View diff
804 c3 = 26;
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
805
        }
Open commit View diff
805 }
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
806
      }
Open commit View diff
806 }
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
807
      nchar++;
Open commit View diff
807 nchar++;
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
808
    }
Open commit View diff
808 }
andryyy about 7 years ago f35bc07

[Web] Generate readable passwords

Full commit hash
f35bc07a306a8e5d25a22a8bfdd0d1b1c46bf521
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
809
Open commit View diff
809
andryyy about 5 years ago d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
810
    var _alphabet_store = '';
Open commit View diff
810 var _alphabet_store = '';
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
811
    var _alphabet_temp = '';
Open commit View diff
811 var _alphabet_temp = '';
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
812
    for (var i = 0, len = output.length; i < len; i++) {
Open commit View diff
812 for (var i = 0, len = output.length; i < len; i++) {
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
813
      if ((Math.floor(Math.random() * 2) + 1) === 1) {
Open commit View diff
813 if ((Math.floor(Math.random() * 2) + 1) === 1) {
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
814
        _alphabet_temp = output[i].toUpperCase();
Open commit View diff
814 _alphabet_temp = output[i].toUpperCase();
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
815
      } else {
Open commit View diff
815 } else {
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
816
        _alphabet_temp = output[i];
Open commit View diff
816 _alphabet_temp = output[i];
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
817
      }
Open commit View diff
817 }
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
818
      _alphabet_store = _alphabet_store + _alphabet_temp;
Open commit View diff
818 _alphabet_store = _alphabet_store + _alphabet_temp;
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
819
    }
Open commit View diff
819 }
andryyy about 7 years ago f35bc07

[Web] Generate readable passwords

Full commit hash
f35bc07a306a8e5d25a22a8bfdd0d1b1c46bf521
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
820
Open commit View diff
820
andryyy about 5 years ago d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
821
    var password_combination = [
Open commit View diff
821 var password_combination = [
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
822
      _alphabet_store,
Open commit View diff
822 _alphabet_store,
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
823
      _specialchars.substr(Math.floor(_specialchars.length * Math.random()), 1),
Open commit View diff
823 _specialchars.substr(Math.floor(_specialchars.length * Math.random()), 1),
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
824
      Math.floor(Math.random() * 90 + 10)
Open commit View diff
824 Math.floor(Math.random() * 90 + 10)
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
825
    ];
Open commit View diff
825 ];
andryyy about 7 years ago f35bc07

[Web] Generate readable passwords

Full commit hash
f35bc07a306a8e5d25a22a8bfdd0d1b1c46bf521
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
826
Open commit View diff
826
andryyy about 5 years ago d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
827
    return shuffle(password_combination)
Open commit View diff
827 return shuffle(password_combination)
same change d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
828
  }
Open commit View diff
828 }
andryyy about 7 years ago f35bc07

[Web] Generate readable passwords

Full commit hash
f35bc07a306a8e5d25a22a8bfdd0d1b1c46bf521
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
829
Open commit View diff
829
andryyy about 5 years ago d6a3094

[Web] pwgen.js will now use lower and uppercase chars

Full commit hash
d6a3094bcc8b3d748994978ca7e274301b39e583
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
830
}
Open commit View diff
830 }