passwdqc-1.3.0-lp152.3.7 >  A ^0/=„/Ny"t=E)}:ɓ]J;3l_u2sJԡ24FpV.Hb(ۺz1ߑ: ؈~HUj.!~1GԵiE1ԁ>%tm1YpFDJ=V\? \okfhmk,Zȧ|=c6j[#O$k=ZAov ,u8ᚯ 1 x|і26aUf d-52d0693912410cd6a7ea94822537e5010f441fad23a1dcea9cc61b3e4111b6e31c19727a3b43191560e10dcdb7df6a43bf322c483e^0/=„Q wi' 6n)A\k|X mq7( *.Gw?I Ul zvbbQmQJ+IbPNz(.>l|e_eId\Sܮna,4DTSV 4-3zeC.= o^3=rOKvuHey dӝ/>#ʝ8*>8]nqӭS^|>KW|$Cꏚ&C)w} ahldvtT9>p>?d   F 7Z|              Bh    (8 9@ : FG H$ IP X\Yh\ ] ^;bcYdeflu vw x y< zdtx~Cpasswdqc1.3.0lp152.3.7Tools 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.^lamb25openSUSE Leap 15.2openSUSEBSD-3-Clausehttps://bugs.opensuse.orgProductivity/Networking/Diagnostichttp://www.openwall.com/passwdqc/linuxx86_64c)0(y6* RA큤^^^^Jϴ4Qw=L!B,Qv/^^^9cedfaa4428bb5c9ac4bf0d0a45b4fa6388aea1e3d6d86c5ddbd8efc4b5a5bc116cd0a5907c0bc34ae5f13d780f683d7c41a8ccec6e6baf37851c6f79df26308c778f6d464a9cac252d491ec4c5d09a23d431910ab324d7a0e2fca4252413262bb8d3e0333b6caf7e7ad830c95e56624481e64863fcb050027708402abef1dbc309ac40737ef1e673eea19a934dc5f56cdb50c630c33cf2638fd95ba676c84808e2d3a51fa32b49408dd1b7b0ea70c5113824e0a1dba37f0691843b322858217fd253d39ccf31fa1d8de4cc89abc18d6302fc7daba3e398395f3b25b93e8db13ec79da3d4fddb0e74576ad9d7b1a08ff5034bbfbec6eedd66eab681966be049fb9ea748d49aabd5aa25edeea25fc2ea748905b103ae859921f96b04277889798fb0d6a47120aabbde984c4b61ea9e0b2742d66ccec3cc1ea19afb22428330faarootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpam_passwdqc-1.3.0-lp152.3.7.src.rpmconfig(passwdqc)passwdqcpasswdqc(x86-64)@@@@@    config(passwdqc)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libpasswdqc.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.3.0-lp152.3.73.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-moduleslamb25 1589629724 1.3.0-lp152.3.71.3.0-lp152.3.71.3.0-lp152.3.7passwdqc.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-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/standard/5fc68b464b07fd8ad29e618e3e32c35f-pam_passwdqccpioxz5x86_64-suse-linuxASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=7747c672f3e12c0a61faf28521b854739f1a25ea, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=278c785aa54e82d7f7b4f9e916527b4a732e2aef, for GNU/Linux 3.2.0, strippeddirectorytroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRRRR^XtăωƵ/Jutf-86fdf99604f7200c4610d2010e98d9e476e9e61733e5cde9cd20356a1bca81f36? 7zXZ !t/࠻C] crv(vX0d$"E'7 ͢0US dXlccN8dE5~ͻUeo߻ "w%Ӽ7Tç'2}I΁U(G\<[+$vt*QOdCvTYK]n\WhǜkHgj;c2 75[D)pF0;3/]yc$t$P܋3=$DM`%)rNVPm6J[URϖfKic]tPnj7kqZS/ Ts{rr#'(y|WvCqc]?A8C\Ff/QF#{r$F*?YHyKpЖiK`dQd ?Ls莡^TWaC~TY)R!`*Z}:!S4G͉E6H+gZ⻙Y@D3! @mUH40S9׷Eni4m/,u4UxŻ+▗ Ra!Ԝ5>-hY76-pWRDuï&)7r'T.cӎ[Z)_3܄YaB㳝cG'5U1 d&QsWm7ו$X[. dPDʂD W>$Mrqrc.;$ EũT!ݰLn'aeP2A\f0)ʇ3̑X[w.AJ.͵w5mD˥8Vv p.Q!fu wJG^7WZ _RS^fjsIᄸzL{W&}_Z:t%px7w*d);o+)J{EްhP,el [ﭷn'yEU҃:Ek, iq(Vt㨀E$ozY?&*B3"#JD\knճ\_MWʨ7 NH.*؉dCt aLj8Gqgkό1_P3@Ǘ}oZuwģ3Й NԽ~P v!A!$2^ߕ~:ԧ{U܋k1mڑΉӿϪ8ʖOi OQ i5YejWQzʼn1&(7kd@{eLݦڪcٞ x٨zVLH0qoQ[䮴Rw^kpot44_rs*":J+aJ8ľ0˼ n7>*V)LHj(섢r/ϴ-y] [.@"#1%z%)@3d3(HokoFڏߎgR?$x@ Ϧ1V )aTH\aDePo[SYN~Y(9ߜ(e e_ )gD@|بv1Α_F:(Q,R[_B1ns!Z 9JQ NE)12%\Bt$% ]$[{(#غ3”"(@Ut'_9t{q{îR:.Uq/:qa M#.=a-<[3QYBD-[|H(pc)8ϴ!U4] 'K2TĉJjKL-?LwҒxTsDwܩs>Q]w~щ ;XN`TYu+,,G.S'wу" Wyx0u3ff 7K*U`dZo}5˗)yCD:e{1p{2WwDvz&+`ⲗ٤?Akŕ6W7Ci,Go|;; ;iZ(z=gX"`IүK!X_&?f E1=38~(R Z΢i%bUk%5DpRxc.L]KlBT^s<Lb F-$LqÈ}.[>tkIWӪٿāR"GLPIqO4K婄Ӳ\rϜÙ)'CZkegP y,pL\V#6P&~bg/X?R[5sa)Tu?,8w5<'2{Á>_ +ϴ!=YD u7:!Yowcu~c!Rڡ#E)S4jos©Llf`l*E+m"w-?IS$Who'ڌwf /Ny U*Gi3pD_-f#K_ QQg $ &fE]zV&\(gBJ|}ognYCf#I@,OO&W8X_`8[ϱi32W=pɚSΎ]nP1uΩpP94L~TA|bvsY\Ozx |J@KCmOAJ5:_2#C>K+7&|i#j =b fhWU~ {PzyFiӲK)I FU:QX5OS=Y(|!E$DmYͤAwH1@tĊ!H9 jKP5ȜTpH%EHNt-oDOCftǶ8oz&Ƹ :̯H<U5-CVlE.bl"TY蘡IgYh (zO3ϐ\"g/L0!v R~ Xc() 7 +|A9:cpSru 5WN49I7${1̽r}]'y+L*/Z~K Ҙ̄nV~)T i(_#zj x:XilNtZe0wM'%!P!N5tipjMW{eWgn6KXlNpsHxL ZjLqxTU2y7R0`3dέ4ԌU7@Pkx,I\$CaDYONZQ͕ մʳOy]S DF&5p*? ^nڛ}ذfRWQZɠv-=+~1w-zh"29] HDRHS: T1K3إɩ4s˙,"*%Y+;MrvEҦy(cjM+\ ~Fn0Bhy~96 hK׍IDZSTDcjp =FpMxeUj-*eCVD  =5x9[=l~h2M+>TBR=G ߀1)T)[] E$Nd`•rĵ/jS0uE&8dg/!HB̿\u3Tp雺$5ocEN0߹ݲpo{@+|"ޥЁ}I %(n 3U*%1kk^ŒgRPnSG?2h}aΘ[wW(i-%ĜWuC.}װJr, 6v1YA G QABbeK9"T:eF)ڨk?&r~wіM~):y6mQ=۱"x@P]"n闇H/"y%rҠ2bHsάIK>^4A׎^!&A8n 쉒^9e;(PN/MrS9"0} Vf p6(3:5K7?a~S8+^cEf|%uɂ ,JOnkz"绚p ~?+2C%R.%t u** hlUt̫4p9/5.ȣ0 +Bl LTuUUA}Ie֘?/`T<0ŲDء gaUdW_E%^Hl\ZH^:Dnu0xQlI@SU͓ 3n̴PF '?Rߛ/_E -Gg  [/$z\”PF*dVC6*5Z%j fQ<$"I8"?5o-ghw< +fb^Ce5APwYINkRݕNdY93 Q93@=OAy!C_-),jnX*mE=͠e_N;4(yD|mh1 ?V 9C'0Sz:ٰOv)\94mH @Q}D9XmӀ3]{ S bh;7W ~qIwki~iwn I# x’xC/i D#+00U)b )_Ts]_/|<]+l|JkJiz:MI /٦6G'zNAЍ 퐁t u1<=k"\&uM/%*3E:}XGÇELx0?-Ţ*R 2A8`9ݛdzO8mIiBIזt\VPD,WtÎe[uӆ~e ?! &`"! K@@\62c_7G04oMb,$hcߣψ'37pq9+yAKѯlDeŤ0Zl6&5@[ 8PKXCgnq&R8ӊ\vy&> [L@_ ZuEU@u_#/!X\dPOP M!0!a6h*ee{\mhs;a4 l/o}X:lO9!ڨN3ԻӦUBxd$yOj3 oeҦ!CL %`"b }r=!DЇ=I dϣ E"ڥ}ܺ•nSMyR"}, u<py OWJZ+!jB1:v81:T|J *AWVP;A GQaPܙ4Fm56{b򆚲aԢPX ,1g ۓaפSƔszDN(ӫ@LFbr,.U7Vt$lsytTI? Jڠ>'*!J=kH󒠀lm6GH:8t"ZU \l\J^ tblh6D #|FfY'։W9dCg%:-<[5Goz"!>^HKBfm:LVc?)0'۠!#ÝM@oyH;LJTGxӗ,~G#ALtIqc v*61;F<)r6VKj ׽z2J8bpL7j-o$ŝ mW>~^:n2"U@A؁c bLwSo;SS\="G5>0K[I羏vf<&0VݿGZL\M>V-#9"򦟅n%]\΁i1d}tWLF>;)Sa'2+^ % Rrbװ$ڪ j'3 #7Tрwώ/#O ”O> 9֐'L'n띄ٗFu?Ž])9җ3(Uhx+h$VC7q+&#@m-KLE+*OT|v›uо؂ YlrzCd00˼ۆD@=ڲĖe hLzFi3k[|DtUq?ю^.@Бۗ !ĸ.w<8zϷ tNg07SA_)Qvm==BJ@'TkÃ> . I]{ %CvM[mǚծa6MZZitY T$SrIFTf-װq:*$U\;rtrmԛ.|# N׋mZ(v^kE8X2 :~K`؏~C]э"A `*ꭘ^ė8Oe㥦 *23!RY( ɢO4v_NJ[GSNdgTnrF|ċFrƻvDJ|8]&9g/YFR;1>5 p<~  Q(Gy})T 2Ӹ?>c_3[πj4nNU-2cۤ'*)L4:e2@wZI;B׾03G} UvYPgۿA:#IT㟯_ kO>!dfaS$vX=eyYZA1L έaYGu0 -Xޯ%R,gU&C]]W4\mNRqCG+e Fd4NYN[ 2yfY=TpIztX{𱎎Q-}l_%h`,:QN&\?<,7"2*.{̯>JDlYXBh$#ޤ; mJ%զeM;΃DN7Ѓd>5䇘\(/i.(zd d={gNgĹj|5$p ""IGmxHvS]!XV|gK;oR2Lq$&S2#} TI!;p =DX沘BhБ*.4 ^{=q_[[L/}R fLmDl>|* CgJO7O, x[m9M@]wSc問>GSs 9($_<׶ FbcH*Ygɾt|DflMΐ2S)FVi\&dom|$mQ0<$?]q6R Az ]QzÎֵW*zSRtqqQ,{8&ahhQ#hS3YPK\_eԞ9vUy3B$[T̰s ois])?eI)i\:m4gϭfg͕7]7)@ďz_W6J~<[<]|*\,b >)~i}[I&|6rwO)F:.`%iViD4•GW{31n'a҄ 3i;b1a &27M]V-v%ծ_Ol(M>tPi^%jl+tk y+S D>u/rHA I jf&jiFE%Eivceku{٣VMaT3so8Vpmv4.a)Сۊ_;jc!UkdT@%; [>hKHՙ")bo%qP;'S}USL}J\DOa2 Կoя-qz8d6pD\2Ck}X&\ %ȮKZx+}cSsE'K!lxDŽWY61ς M4!z檬d3Hbj(-FsMi=hwkO\HdbdVԜJMx0HqBc`3V'dW6~ʫ^ʈkDUc:1|Tuj䍫[z/R)@tZVeΊhh0'u^ğWR@DWԜ ڲuZOOSw_L_wWb7Y [.W)MDǞ&!k8'; f~Z$H*+!;X$.ϧN9َSabj3`(&:Y Ȩ-'&*^ fw} ntxPS)q#hd/EeJn\:v>9 |`ʘu ñ+9ELar 0baߴҤET.6,>sZI@%/=ɢNiI\ !ΞD||;(?GdyIҒ A@"hP1OeL6!{n|g rԉpz&8M2^ 1"1(W͹J7eٞAv惍2a7gu<0 Um}1 c``(is̢E-wLnw5W>cei--~ы 4|s8\~Obg՛ ʆi@5c5{1[e96>18K{o,ϫaqHH]ցRuX$u]*IQ#؁*mmoXOMYZڃ@A@CsxP|,fY~,8O3Q^ʐ e݅[Ĵ4,84&OIW!zFP!cUF}͌u^ERH*J\l\ЄY9;QvC<=]β9P~"F6vBl~AdR"\ͤHvg/A,8Ȅұ,SzC' MaGa@ ИXv039xh΢90rowۘ x^|6t3'=֮? ogxֵIXDpu8Lv{["e ^O[>(\xM6 qz8ҍT?ERh.a%LG)kkNJ+ `lp-TX1kYڲj6K8-|}-dp'k(!́#0O.@E-pqHv6sV!K Q@q1r?6߅e@ƚn)Iga4T/>ZUte]i fs"|!o?:S.9Ŭ:|Z׏ idޯM 0trQyYhIS RG=`g493tOn/""j=$lw8tҞ=f XJ"qK\Y硬2|r}\Lb#J\5ĻPi7 3:pfm$B9xCP #a%UD;Ba)i:NPvYma&0p6hw+:B'qښhyH؏v be`Z0kH|UG3A_Q@ }Yk8 PDD8FAZ ! yFn:9i$ HqZ"8/*$9l)a;~&I{m!FTh5F8>t!sVṾ`yO;JCJ$pgJP@a j~=hIC({uVQfoګ;=|_ gE9nq z>v1&8]) (g<]!Y}'B7A Ko>!uM<愾qOkQrۅq9ֻ#2&SFFIr]1ܫ+M6XH6&ZtC1ҏL&to˼ nlݥ)Iĵӫh∄U[Pwxj1I^^DRorC+>"4yxФ^t7bei~oemy1 a' 4d,peH:z{lK$XYd5b $h?bX󐺉8ՏCs핟->{yT`cpSOnv]wݖ>k OKq+>Ztk[jM8\Wι І(a#LίDgCE;? `\N&AZ=&XMrc؅0jacOru j1ߺ{eYR ^̈A! -5Ӹ1^ "`5zP6 >Cv>:@P 2+`PrSG8ĤD\d؄Zru]?=1z,0UPتC{B\iQj3nnxE?o sE@_R&ĭyS&4/iY,]G7mQ;_)R;ܨVZǤ%u$k)(4wUHq\._k֣rEy1.caoh2ufZ uQ%TJ H} v>Tu["LMCs;` h$/XGg 0@,2Vv\7OO]S/U`lpAL;Jc$~12 G;Q'luې%\qȰb9[{u=B;-I~D;akx1XQ") YZ