1 2013-05-12T00:14:30  *** birkenfeld has quit IRC
   2 2013-05-12T00:17:22  *** dcramer_ has joined #moin-dev
   3 2013-05-12T00:18:59  *** birkenfeld has joined #moin-dev
   4 2013-05-12T00:51:22  *** sharky93 has quit IRC
   5 2013-05-12T00:59:55  *** xorRaxRax has joined #moin-dev
   6 2013-05-12T01:03:04  *** ThomasWaldman2 has joined #moin-dev
   7 2013-05-12T01:03:30  *** eSyr-ng_ has joined #moin-dev
   8 2013-05-12T01:04:07  *** xorAxAx has quit IRC
   9 2013-05-12T01:04:11  *** [BNC]sharky93 has quit IRC
  10 2013-05-12T01:04:16  *** ThomasWaldmann has quit IRC
  11 2013-05-12T01:04:22  *** eSyr-ng has quit IRC
  12 2013-05-12T01:04:51  *** sharky93 has joined #moin-dev
  13 2013-05-12T01:11:58  *** [BNC]sharky93 has joined #moin-dev
  14 2013-05-12T01:36:19  *** spy__ has quit IRC
  15 2013-05-12T01:40:15  *** spy_ has joined #moin-dev
  16 2013-05-12T02:17:50  *** sharky93 has quit IRC
  17 2013-05-12T03:09:16  *** ChanServ has quit IRC
  18 2013-05-12T03:40:04  *** ChanServ has joined #moin-dev
  19 2013-05-12T03:40:04  *** holmes.freenode.net sets mode: +o ChanServ
  20 2013-05-12T03:53:36  *** dcramer_ has quit IRC
  21 2013-05-12T04:11:15  *** dcramer_ has joined #moin-dev
  22 2013-05-12T05:05:17  *** dcramer_ has quit IRC
  23 2013-05-12T06:19:22  *** ronny has joined #moin-dev
  24 2013-05-12T06:19:22  *** ronny has joined #moin-dev
  25 2013-05-12T06:48:06  *** sharky93 has joined #moin-dev
  26 2013-05-12T06:52:34  <sharky93> moin
  27 2013-05-12T07:01:22  *** ashutosh1461 has joined #moin-dev
  28 2013-05-12T08:44:16  *** xorRaxRax has quit IRC
  29 2013-05-12T08:48:54  *** xorAxAx has joined #moin-dev
  30 2013-05-12T08:48:54  *** xorAxAx has joined #moin-dev
  31 2013-05-12T08:50:21  *** birkenfeld has quit IRC
  32 2013-05-12T08:50:21  *** birkenfeld has joined #moin-dev
  33 2013-05-12T09:00:10  *** sharky93 has quit IRC
  34 2013-05-12T09:11:59  *** sharky93 has joined #moin-dev
  35 2013-05-12T09:12:39  *** sharky93 has joined #moin-dev
  36 2013-05-12T10:47:55  *** ronny has quit IRC
  37 2013-05-12T10:57:29  *** ashutosh1461 has quit IRC
  38 2013-05-12T11:04:52  *** ana-balica has joined #moin-dev
  39 2013-05-12T11:05:52  <sunu> moin
  40 2013-05-12T11:14:01  <ana-balica> moin
  41 2013-05-12T11:17:50  <ThomasWaldman2> moin
  42 2013-05-12T11:17:52  *** sharky93 has quit IRC
  43 2013-05-12T11:18:02  *** ThomasWaldman2 is now known as ThomasWaldmann
  44 2013-05-12T11:18:28  *** ThomasWaldmann has joined #moin-dev
  45 2013-05-12T11:31:18  *** sharky93 has joined #moin-dev
  46 2013-05-12T11:55:09  *** sharky93 has quit IRC
  47 2013-05-12T13:12:03  *** bilal has joined #moin-dev
  48 2013-05-12T13:54:39  <ThomasWaldmann> does someone from the non-latin alphabet world has some time to look at some password strength estimation code?
  49 2013-05-12T14:04:58  <ana-balica> i can
  50 2013-05-12T14:08:42  <ThomasWaldmann> ana-balica: http://codereview.appspot.com/9269044
  51 2013-05-12T14:11:44  <ThomasWaldmann> hmm, full file would've been better
  52 2013-05-12T14:14:24  <ThomasWaldmann> ana-balica: https://codereview.appspot.com/9142045 maybe use that one
  53 2013-05-12T14:15:08  <ana-balica> ThomasWaldmann: both are ok
  54 2013-05-12T14:15:35  <ana-balica> i am looking at it now
  55 2013-05-12T14:20:26  * ThomasWaldmann found a bug :)
  56 2013-05-12T14:43:19  *** dcramer_ has joined #moin-dev
  57 2013-05-12T14:45:18  *** bilal has quit IRC
  58 2013-05-12T14:50:58  <ThomasWaldmann> ana-balica: any comments (put them there, on codereview)
  59 2013-05-12T14:51:03  <ThomasWaldmann> ?
  60 2013-05-12T14:54:50  <ana-balica> hm. i've been testing the entropy and strength for Cyrillic chars.
  61 2013-05-12T14:56:15  <ThomasWaldmann> do the results somehow look like a valid estimation?
  62 2013-05-12T14:57:29  <ThomasWaldmann> btw, for the entropy, the symbols don't matter (just how long the string is, how repetitive/random it is)
  63 2013-05-12T14:57:46  <ana-balica> yes, looks good. i.e. int(entropy("мама")) -> 12
  64 2013-05-12T14:58:05  <ThomasWaldmann> should be same a entropy of "mama" :)
  65 2013-05-12T14:58:29  <ana-balica> and int(entropy("ДшгфывтЕлфйё")) -> 77
  66 2013-05-12T14:59:13  <ana-balica> for mama it is 4
  67 2013-05-12T14:59:57  <ana-balica> because not the alphabet chars are computed but the sequences of bytes
  68 2013-05-12T15:00:29  <ana-balica> and for cyrillic each char has 2 bytes
  69 2013-05-12T15:00:52  <ana-balica> hence the entropy result is bigger
  70 2013-05-12T15:01:05  <ThomasWaldmann> oh, use u"..." please
  71 2013-05-12T15:01:41  <ThomasWaldmann> otherwise it doesn't work as intended
  72 2013-05-12T15:01:47  <ana-balica> yeah, for the unicode it's the same
  73 2013-05-12T15:04:43  *** dcramer_ has quit IRC
  74 2013-05-12T15:06:11  * ThomasWaldmann fixed the doctest to use unicode everywhere
  75 2013-05-12T15:18:04  *** waldi_ has joined #moin-dev
  76 2013-05-12T15:18:44  *** tah has joined #moin-dev
  77 2013-05-12T15:19:02  *** ThomasWaldman2 has joined #moin-dev
  78 2013-05-12T15:19:11  *** dcramer_ has joined #moin-dev
  79 2013-05-12T15:21:06  *** ThomasWaldman2 has quit IRC
  80 2013-05-12T15:21:06  *** ThomasWaldman2 has joined #moin-dev
  81 2013-05-12T15:24:53  *** ThomasWaldmann has quit IRC
  82 2013-05-12T15:24:55  *** ThomasAH has quit IRC
  83 2013-05-12T15:24:56  *** waldi has quit IRC
  84 2013-05-12T15:29:42  *** SteveMcIntyre has quit IRC
  85 2013-05-12T15:31:52  *** SteveMcIntyre has joined #moin-dev
  86 2013-05-12T15:32:08  <ThomasWaldman2> ana-balica: anything else noticable?
  87 2013-05-12T15:40:44  <ana-balica> not for me
  88 2013-05-12T16:05:23  *** ronny has joined #moin-dev
  89 2013-05-12T16:05:23  *** ronny has joined #moin-dev
  90 2013-05-12T16:13:31  *** ronny_ has joined #moin-dev
  91 2013-05-12T16:21:00  *** ronny_ has quit IRC
  92 2013-05-12T17:19:18  *** bilal has joined #moin-dev
  93 2013-05-12T18:16:48  *** ashutosh1461 has joined #moin-dev
  94 2013-05-12T18:26:53  *** sharky93 has joined #moin-dev
  95 2013-05-12T18:46:58  <sharky93> moin
  96 2013-05-12T19:23:27  *** birkenfeld has quit IRC
  97 2013-05-12T19:29:10  *** bilal has quit IRC
  98 2013-05-12T19:31:59  *** ronny has quit IRC
  99 2013-05-12T19:54:39  *** dcramer_ has quit IRC
 100 2013-05-12T20:33:02  *** birkenfeld_ has joined #moin-dev
 101 2013-05-12T20:41:21  *** birkenfeld_ is now known as birkenfeld
 102 2013-05-12T21:06:39  *** ana-balica has quit IRC
 103 2013-05-12T21:46:30  *** ashutosh1461 has quit IRC
 104 2013-05-12T22:04:52  *** ThomasWaldman2 is now known as ThomasWaldmann
 105 

MoinMoin: MoinMoinChat/Logs/moin-dev/2013-05-12 (last edited 2013-05-12 00:15:02 by IrcLogImporter)