passwdqc-1.3.0-bp153.1.17 >  A `C.!M@eeeh o~ 1P'N+T ED0I!-鞲 +|x ;=>Px6 }8g./ˋO-Xx_Twe ! Ժi|3jcZ\1 چ@R4u/H߫H&AfJ:R1yզIZn\4=W_ dg=v`sR39hܨ KBLOKqi̙7 ʀ. i311970a32a3a678fe98f5332b718a9d290c6f4602f74f04920840c0c56fa6946e80149c872aecb45c8953d28aef4a4b412c75f60i`C.!M@eee3#3UQƙaR3ya¨P\B^f1(k1 ]֤& ؋:y' E_.kc#ĒNӄj" (fT0ODUGɝaX6f!mCPpFKy5\7qk?ρnAap} y)j\5/4AUU=t$B11O}(Y{>p>@?0d   G"/ Il              Rx    (48< 9` : FG HH It XY\ ] ^cbc~deflu v8wP x| y z,Cpasswdqc1.3.0bp153.1.17Tools for Password Checking and GenerationThe pwqcheck program checks passphrase quality using the libpasswdqc library. The pwqgen program generates a random passphrase using the libpasswdqc library.`Cobs-arm-8u SUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clausehttps://bugs.opensuse.orgProductivity/Networking/Diagnostichttp://www.openwall.com/passwdqc/linuxaarch64c@y6* RA큤`C`C`C`CJϴ4Qw=L!B,Qv/`C`C`C9cedfaa4428bb5c9ac4bf0d0a45b4fa6388aea1e3d6d86c5ddbd8efc4b5a5bc1b765e759b978f9eee541e0ac172c34617f954665146adf8fe3b98a07bf8e149bdeccd88e5cb79a64aebf4c3312b4a34b9dc3e8929f3dcd5843910db48c77bec9bb8d3e0333b6caf7e7ad830c95e56624481e64863fcb050027708402abef1dbc309ac40737ef1e673eea19a934dc5f56cdb50c630c33cf2638fd95ba676c84808e2d3a51fa32b49408dd1b7b0ea70c5113824e0a1dba37f0691843b322858217fd253d39ccf31fa1d8de4cc89abc18d6302fc7daba3e398395f3b25b93e8db13ec79da3d4fddb0e74576ad9d7b1a08ff5034bbfbec6eedd66eab681966be049fb9ea748d49aabd5aa25edeea25fc2ea748905b103ae859921f96b04277889798fb0d6a47120aabbde984c4b61ea9e0b2742d66ccec3cc1ea19afb22428330faarootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpam_passwdqc-1.3.0-bp153.1.17.src.rpmconfig(passwdqc)passwdqcpasswdqc(aarch-64)@@@@@    config(passwdqc)ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libpasswdqc.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.3.0-bp153.1.173.0.4-14.6.0-14.0-15.2-14.14.1T9OC@KsKKf@JB@G@GDp.drouand@gmail.commc@suse.dero@suse.demc@suse.dejengelh@medozas.desbrabec@suse.czro@suse.demc@suse.demc@suse.de- Update to version 1.3.0 * Detection of common character sequences has been improved. This has reduced the number of passing passwords for RockYou top 100k from 35 to 18, and for RockYou top 1M from 2333 to 2273 (all of these are with passwdqc's default policy). I also tested on lists of cracked and not cracked passwords and reviewed the results manually to ensure there's no significant increase in false positives. * Generation of random passphrases with non-default settings has been improved: case toggling has been made optional, possible use of trailing single characters has been added, words are now separated with dashes when different separator characters are not in use, and the range of possible bit sizes of generated passphrases has been expanded (now it is 24 to 85 bits for the programs, and 24 to 136 bits for the API). The code has been made more robust: possible NULL pointer returns from crypt(3) are handled correctly, all pre-initialized arrays and structs are declared as "const", greater use of cpp macros for integer constants and some source code comments were added (mostly in passwdqc_random.c). * Darwin (Mac OS X) support has been added to the Makefile * pwqcheck.php, a PHP wrapper function around the pwqcheck program, has been added. - Use download Url as source - Remove redundant %clean section- update to version 1.2.2 - When matching against the reversed new password, always pass the original non-reversed new password (possibly with a substring removed) into is_simple(), but remove or check the correct substring in is_based() considering that the matching is possibly being done against the reversed password. - New command-line options for pwqcheck: -1 and -2 for reading just 1 and just 2 lines from stdin, respectively (instead of reading 3 lines, which is the default), --multi for checking multiple passphrases at once (until EOF). - With randomly-generated passphrases, encode more entropy per separator character (by increasing the number of different separators from 8 to 16) and per word (by altering the case of the first letter of each word), which increases the default generated passphrase size from 42 to 47 bits. - Substring matching has been enhanced to partially discount rather than fully remove weak substrings, support leetspeak, and detect some common sequences of characters (sequential digits, letters in alphabetical order, adjacent keys on a QWERTY keyboard). - Detect and allow passphrases with non-ASCII characters in the words. - A number of optimizations have been made resulting in significant speedup of passwdqc_check() on real-world passwords.- fix baselibs.conf (package is called libpasswdqc0)- update to version 1.1.4 * new library for password checking * tools for password checking and password generation- package baselibs.conf- Supplement pam-32bit/pam-64bit in baselibs.conf (bnc#354164).- added baselibs.conf file to build xxbit packages for multilib support- update to version 1.0.5 - Replaced the separator characters with some of those defined by RFC 3986 as being safe within "userinfo" part of URLs without encoding. - Reduced the default value for the N2 parameter to min=... (the minimum length for passphrases) from 12 to 11. - Corrected the potentially misleading description of N2 (Debian bug #310595). - Applied minor grammar and style corrections to the documentation, a pam_passwdqc message, and source code comments. - Changed Makefile to pass list of libraries to linker after regular object files, to fix build with -Wl,--as-needed. - Fixed potential memory leak in conversation wrapper. - Restricted list of global symbols exported by the PAM module to standard set of six pam_sm_* functions.- version 1.0.2 branched from pam-modulesobs-arm-8 1615046426 1.3.0-bp153.1.171.3.0-bp153.1.171.3.0-bp153.1.17passwdqc.confpwqcheckpwqgenpasswdqcINTERNALSLICENSEPLATFORMSREADMEpwqcheck.1.gzpwqgen.1.gzpasswdqc.conf.5.gz/etc//usr/bin//usr/share/doc/packages//usr/share/doc/packages/passwdqc//usr/share/man/man1//usr/share/man/man5/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/5fc68b464b07fd8ad29e618e3e32c35f-pam_passwdqccpioxz5aarch64-suse-linuxASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=dc4fa6e44d91e29b3d8672e10c33dd4138a5e584, for GNU/Linux 3.7.0, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=0ee68e8b2254c801a1089e13f15a9986e80eaab0, for GNU/Linux 3.7.0, not strippeddirectorytroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRRRRgjt@8utf-83a8afe80fe817d021e90029ca292565dac0240f2fedf5fb95474b4de1c659f6d? 7zXZ !t/{H(] crv(vX0a\Uܸ9&X J( cQX1 y7@$^OF԰SY-];!p.YGP]<'f2;9 t[ aCOx#M:TRLqQP/FЄF$cv"F/a16%_0! uDhә jNѲ/; Q*Iux 'b#Wk;I1%:.)+>O",ex4 L6.f; WǔikzzH)3RXTϠF?!P9ydKrB=0z-i^Zu5׆q{*,/☈odWǩ95d?1(ޕ*7PoˠYv7`r֘UrLg)G$WA&fzJm1M/ԊoC"{I`DJo ;; 9_;sóKNkAf>4#K¢rQ+Y龃AH^~V3FhA:!ڷvWid枌#u3Kq+igKGfDtcj֍x:&t'Q_# MdݒOF ,~G]qOMqGu J7YIS(NGR~.˖"n4,Ud[|QY-TNrXz2,3 o룍 |4"Auz"%BbX*&9,e<{7>,Jm{fߣwVKVz|BSfs5a%6M bԡ9@7i6!(L#4xIܪffDŽXzlPᐞZ+ Ul$&sQ3oXIP*ƵS@@;`*/81V=?!q3|}AX&[ _Ӛ0" s4pm)&'h4UDsJ2c&f NӚ&n^MЀ7,~T?Ȁ)E+^gM40z!8=Jt+*0FcznIt+%$ۘ㫙?SLiJ;{+;#TXGr]uXpH۲9Q88SC;eg#g3N ]^hׅf1\l)cAGFI[z# JY3#V3JZd4;2S_2h.,{`tSÚ ܮ/@V:)qw7I+OrlY| X':,@#{An 9ǓB@ӰK>*S QX)6V.K!As.mT)U4PaFx.׌gOqy $Gp!9cF2!O%i;?HNV'U\!-hDm?!fQz/}GFv/?Z"})Ei_Dc,P#M 8E2pz=c]ŋKVEӆsN%m\ (?ofN!uN:BCp;Ϋ qv+⼶f TME@ %y}mz8DБ($X1o/XϘ#6~ޏ vEx\&,P"7-aMRlY`L տ]{_27*yY;2K8&0OI z~ةեq7THj INP`ಕu?0GdgK%E50}4"+DET̜iT 'zLo0v «~ػo^B|_V.jέdw(R`u~Q?/XZ{UdHA?C)_q|?8rYmЋ "' #T줓ǞSrS|Ŋ"NUՆ&Sxе߯25 ( yIф0iY+^XgzLĘ;$% K'vc *<3 uv$@N ۆ ~:3Q FI*C)sPE-EUmζ8 v\olfat"eXF7N2[sh^vY&r"DA9ҿBeiun^i@\RB"ҋ;xxZƲ.q8!kTӂa(@yt=ޣ.iˎH,8'cc!2+px=4\yyDuA%[j'pR@T{3Q VUGi:nـ$#ad+%̧R13HK˼@I.Ρ?@E߇JШc^& odq3hUY+Y|?N4 e f>L'Z[Ր4t$ydp>^O)w풎E\xJQ P81Q9`P{qw#%M~s?zhv2;MAZva\ZXj핲%7rq0v̌%| hR700wuvbbǨ@VCR~\:t Ԭ06D`]fڼ:}$~_xiWE߾O>Uz\ ;7nۍPUM~BW:3])fXy/7Wx%^Y '< oH>JKs_霾ρƄ?mb0sHJï NG 7Qߡ)UQe 5ͤ\ѡeMy[CG%#,:߂mЃL} E'TrLS*jAo($>J&τWL|[ZȒBԞAl+VޘW1ֵc0^f:y4 k$.!ﴁx4 ԴdP vܥN7|J-SLs^\$!_J7:ʆ gGɊjQ=7mkʻ`h=<}qޅ*ךU/qo[}A"Em %/櫓 Ff d K*9lS6j63R#01H!N41 .^ {=wUrMDNkߗciଈߦ햞vo\F.ITa=%R}A+5zA~c@?;Cԍ4f۹8i`W4MZ>VJƛF5z`*suyDB3E xiJGmgŚ)m7jӨW0-ԯ  I}.;,a@v}5i[%S&`h3.;B IY_7ϙAG9z4]bwKWT 8a%2C= LA` aD=Ilǥ{vPys!8jԔ,3۪ VʅcPHU[=Ф`F0 Bw(=$9\ߡ2[&_NƂSQ'[/ u?m&P!BZLiQlu\W8aN~-`;ocHQݑcMH!L~o9B1!h˦W\[9.b CG8dY!&e\| `+%2` ])ݝ,h}SI-kBDkuI@8/%3Q .6=!QnL.C <:@ RM0mg4ܳ76:O{PG/ss3Ֆ{5?J/ߟcPr! q]'?5k- bxo³ 7G/M|B8GԱNm4? ?hO<PgS0hUwyDJE ,\ I}cދ.؛ [QxofHGU7ĨDR?݌n5@$eQ^|` Qʳb!d Ǖ dGja I. UUU^%q1Fowx,Sf\Ymp/dl#5 &6+%T޼G<ŰyFy#gݥ~tsU¸iS[ +VX;TDF{@=gȂ4y 3l > `%ELkalY݂,% Js2" MZW6ݑŷ'Rn@%O$5FW۞ňⶮ\Lr{p=SjS,! ]COt<hxHKi&lf׍ i$FHH 3/Ǵf\v=%4`w@_1+(OM '@)ʖH' MyQK^Sąq&ɈC*n!a` f/P( lX."!}.׫^ϛu۷_,ys}:%E _it19"{tl-}rn\6C5݆rlnl*#̴LQTԸ~FNf`6ik"Kp=ug-x뱱8A Vdy겁dBk 8gbƏ=ȊrqA$P ;lj9TTAziƊZƕceH[k<CPH:0ւo}Ig1/E}h5D1ʇnXTgSr1'U0$CX]c쵁S SQ. rT1WJjz魈wsH! pQlymȁ@g|UbF RVjSJc'!i'5~_h cVCȠ:߄:.Խ-qy%$VY-}dt"axQqK%TɣysJ0 .\g ys0 J ^f xj'^YhخPg@rHC=+2.e9 95oY1-3_7σ*} qGb_RBN ]lshciȦ6U쏪'I*o LA2I{;kbuHz2{ iU2 %y|`k]u7i nj'V!Nۄ喦=m柽mA-N/G/BU0ؤ P=V|66{]]~ rߥ i7ӫ)`RWnJO-AC*sD!&a"&rQޝJ,U^ Ǎ/Bc w֞W#fo7GQIs$|=},RF |vW역2# hm6J)Qp`vsq%IB8'=v,]#X?gӷnte76]#6>[ۖTE(E72f予js$*LYGyΥpkLmQo4-QcBeYfYEd~FaP" Uy 'H^jă*qµ{v=G`\=߄uN?\)1ݮ11t mY#teH/&vTȍU\ CΙ4; 5J䉰䉉Mw@CUBfI@Q7? ue"CꂦtP$@+]82v3 )Iݮ:-v>/kp\+z1EZVDp Ʃf=-4OۑvpIK(fHϵu/m`nыюEȂeq@NsEANZjBi; v [=yprrB.Ǥ@ DSc пּĭ?e_"7^|^ZV)VFb2Xrndnxۨ@4ǖ*:2/ІN-+dB#Exn$4 jt LU"u n0BO9/9ܝK'uu2$VGґBaWAIv 6nz}WFם93 #T1E a,+[]x75Et2 &002fT&%Rc&b{N'2Ě2sk Ql*?ŝ!ƛ4|{N?;$7#*!_rk#^i]l4X1EVyA4z*Q2a\%fvZ{o]n}`tJߕ2>7iGf#0q8YܪԘ#A|\[ґ`%֓|pר)=QԳ܅k@s#"C4ޤA/ddgpjuNҠg@Ee LD=)%7vmx?,Mk~$1 ƾv<'x~ V]q[6=V$z>>NP#&ja ns#[5pZ7T>fx-5=p( bѪ(AۊPAI:)XvHp* JxӘwwmH MjYwsZtP9K}|E~@q@,!s0"qj٢[b $1GrYW-Ԍx0L4WoxDz M8Wp-Ml5AտzUqҌVnև+ۺ\ANG(oiZ/ȭBf=T `DE)EO +`S٣ȮS}+|^ǭ,zYG׵%@lEl8`cDCZ:Pā!7/NT(P3Om q֣flau3~Ŝc * @@sLm 9rϲ]WaEgUQX헷dfZiɆ1_<::?+ kx+ €je^ T }y`=Q֓cnٻ3Qi9/Z K$*1^fBfZf0̵Ct^[ՎZQT28,k&9]Qu-=lPlЈø׽$e R5 2kluNgAph/ִ{ZU3 ёgxJw~#glL O,B>&h&Ӂ57y]9WC ZV11`!8%T_gps˳PFkH\Q7ZEj3h 7m8~NԖ: у}()Kˈչȫ҅npAJJz#\^ga1K"ۭt Sxjݢ0,jOƛߣFv\4,=z`7+KkZѰTGr}gY-(Mo&1$ctNL1bϱ'R$ 7LkԤLB^$_~o:f/V>޵Pd7gY4clrt_'8h~۪*iB-BђjsN ]2@>rJþF#TtiZK|wk F8Q|c+`y&v64ٱeC1qQMkǾmP-qkPZM[jzHCmqSZ$M6}D]10运*]k5~Rnb3A[::z~*y7gؔ(kf!Cm 8IRB˂ULmaP%!#jwSUDC.q:0 ̘f%9\;f(~jWa=_!@/\n84)͚FZ0ϫ_}L#V7о;݅8).'bf8-ϸ6#IoYY4+YWR8q~51_ Qaհi [$*W;̒Og[ *. pִb2Vz+ {{']s$ovDz#l^#d6/8c*Ug<[MBsgZEoq8$o ?v@4+ Fg=`Y%=/"B:ØxDҽvTmvy](s䑖v$y3tI }MQSf} X\q:r߃BokXT}vq-S?o9] o˴u{NNo|a2JKl2Z&[6t22ɰ /$LmGu>a^}{) `?00JPܟ1*F=cK^8PMHs[SR:nw!87١-/\J}$8FK;Mu@dǫ λh~PZnL'J Kvp呧4ڮdxKcarԁ5"z.E92dWv v*AEI'Lx0.#OL#PovI(3yڡQYe-}ʹaҸ1G(R]s%:6Nd5ac/.3wW:vu H95/SG3}8jֈbg{g=Ea=1j-v1g|]ZBq4 <0_N*mm4!?aeiR5N:`{7`JM467@ S^4OswacefMmS_M8WZ׸TBoJ0iumMzf>n{Meӓ~;1)b)\1q[?e m Y3cUg)jh /?P *B3j 4^κC%[$U}\#$1O8c+]ɑt4y2g ʜB \I#+WH-*u V!53m֫?IK nb(kWYVT$%'Op7Uzq) |m]{ఇb 9Z޺ @' ͵>T$/sGݤ^zVqS{VjwNZP=_wzTW, &fB-oC`1qH^ Xv%};MtZ3y`/R町<]1 \#s#7[ȩ˖y(W6h [@坏A)RI#O|NnI/ {+'pVaBR-Xg.; 6T<# a|WfȌף &/va3K'*RQM<*WM@kc~CQ\lAt)a^{.NU%))$ (> eƌR|DO^@i!RJMKWR\jRo0{m'w4@:ZՐ'N+ JQ+ |+[@n>h0vؾc ڞ9BX|>35JZ<[>xɝT(ptlӽGz$'+`5lVj(_ŸZhfiBN.UtYi(Ye"=/z5)ZmOAGqڪ6>UW# _oX9xW8ݷ/ܱMz&\cίV=I3BpƪT?UuW Ln1Ԗm߻AfrsG}~&|tqD ŒĤZɅe AôZ{.ec-G+BL@}%7h?V I>C_/hK҆Ӳyv<AB)Y'oj)uv#^ךzFUIW.z|vV܀N)@*t3ưDzpKܹC ;, ny|mg4s $_T:3ϺH<{:0U:%PfG%Qv_~*QŝF*|1ڑ~4{EmcڈG™vOH06# yL*3U©8rx/(:`cԥ[[:ڑZ҆h5x:v`y:m9!U U&5Srl8O\Y{۶S % :Wc1 h4ޘ廳9G({4Q'04=GWr˭e $U.]`Ll!L_yovEr.{!8*p 1vɁTeB5 O d[rغ\Tt9Sy[R40[.+g|SBw֨'`zxꡘK(N (iMb8=0Eݷ0&{ߌ, /t|趠d2HL5CqL^AVy!UTWog X#+0g2`]qY⒃A#P?D)lmT旍ԓfyF"![O R_ >Zh īi2|VZJdz^|f6HlSQ`MZC[czh/0"]4n1-Lw,3+l LJE)s^^: W^J\>-Nj<uIKߺҡ}?^/hi my+w'y4Cnqy]ΎMVk~`98^~1 ل̦y!X>hb,xAx?yZĆQB:ql UYk /\*Fn*8w P:)-aySW"O jK85Ok:7*QB2eO!*[7VpJ7F\93"oEf3 %4nM EcD=Jv0ґ6`0nsשd"<>+ 7sv%ATk5!rlr31̰xfn jdP+n}=":TXaٯݯ#}1#':jVgY/vPn<$Kth"&*k$T#8w$;}:MbYU'Ox0e2@ Ih#1/+Ԗ}7{$(a{rLxS{t5 Y\ Þ >d{r7rQ:qVa4F{cr͎3FSE, J·A(5į]sM.%9|# oFzRa&PCԁ~s/բܐQ˗қK&hr2l53e.XX-N+9 Mvej0ձqHUe2aJ-W9l*V\;Iwhn%bz'v t(=duą9}G ms5G|r{Ba" Sq65`@-ΡHua{ [ &ǁIR1 w1Vh{rd^Ds"e[V"~_\\5R2CHOunlSKNکHVU?ׅ+x6^i~BaG8]Ŭ t}--?vEO Fy;(:Χ(]+GTKF:n}/j_. 6Oj6<TWدbc\=?r3X&Oo0Ht:eКI^sz~kĪʜi/yyye5% {5tZXT G-0띆^rʟD'(J`*t6]~y jq-[Ζj 'U. ޽g:VFk_G%蜱y'v]P[U`shcKcsWZn10y]= *"tG z3Y돪.zM&ᶷ?lFQ,?9IyҲYXy`a@ %oQCQi}f6=iM83# 6@T[A}(eYw `P VȲ+#ುHHo1qD𓩘I/4N?WWbTr[{0u֛w&\+9I`In75p!h`40R6;]MBX"KpsOzF_2N20A)4r6mJJG2ȅkc'ke**~+@ucT:RlmM9RFܐ g YZ