passwdqc-1.3.0-bp153.1.17 >  A `Bu!M@eee!N%U͇?7ojc^V*;`Ohv^Οau&l{hc1'teVT2uUz7s?u'uu3EL=564e3fc424e23746234674feb8395bc305035483729e025c575fcfa5a57952f008cf3163f7549ced9e8330ed6f41aeb53acbcf29m܉`Bu!M@eeeBmSwۚT~2Ơ]~Mc/3邼&CVHǕ="%)0xY$Y+ƇAP%ͷo6?`֔; ;[zg&YċhVa}?bC?ʴbmST#BOxun-UQA :\ő$C2ӧC5x9lί)q?n^ Э\WG}32X!'•|t>p>?d   G&3 Mp       $       V| (8 9 : FG H I( X4Y@\t ] ^bc2deflu vw x@ ylzCpasswdqc1.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.`Baobs-power8-03uSUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clausehttps://bugs.opensuse.orgProductivity/Networking/Diagnostichttp://www.openwall.com/passwdqc/linuxppc64lecy6* RA큤`B``B``B``BaJϴ4Qw=L!B,Qv/`B``B``B`9cedfaa4428bb5c9ac4bf0d0a45b4fa6388aea1e3d6d86c5ddbd8efc4b5a5bc170a36e7a329748108062ec3f805f9e426e9610a398be3b33370a91da5a9c873ab93771fe07deeb220db6b361ac2d58e209667d6c8cd0756d462a6125e7a9bb5ebb8d3e0333b6caf7e7ad830c95e56624481e64863fcb050027708402abef1dbc309ac40737ef1e673eea19a934dc5f56cdb50c630c33cf2638fd95ba676c84808e2d3a51fa32b49408dd1b7b0ea70c5113824e0a1dba37f0691843b322858217fd253d39ccf31fa1d8de4cc89abc18d6302fc7daba3e398395f3b25b93e8db13ec79da3d4fddb0e74576ad9d7b1a08ff5034bbfbec6eedd66eab681966be049fb9ea748d49aabd5aa25edeea25fc2ea748905b103ae859921f96b04277889798fb0d6a47120aabbde984c4b61ea9e0b2742d66ccec3cc1ea19afb22428330faarootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpam_passwdqc-1.3.0-bp153.1.17.src.rpmconfig(passwdqc)passwdqcpasswdqc(ppc-64)@@@    config(passwdqc)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-power8-03 1614996833 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_passwdqccpioxz5ppc64le-suse-linuxASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=7b1570269b1330aeeb0b3c6fb54ba1866996e829, for GNU/Linux 3.10.0, not strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=03f6b25c599cc0269370bab69f11d9bf9accca39, for GNU/Linux 3.10.0, not strippeddirectorytroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRzJ#P^)utf-8133f47d07bf27d65a7a5f49681f865184b9f93a25b5b0dc94e23eb5a0937df18? 7zXZ !t/|sL] crv(vX0`Jh" Se݃@.ɵG#ĉݠ͞C69 \?zq(oi)Ks&Ÿ,w ?`qU5y RDHOr^įzMZ%-WrrیUczwU<"+V֠ Jƒ%׎P+p>H 0W5鶂M[>#Y*ŘQ@9^(uNVAUhC$3QaF CKQs4L8-J+сڭ1(X^yexX>J-O(5"AS>ݱׯ bd@2_]Kh"/2K'>h7.>Z{E3A 7 :/T#h3&ěus@ F!' z4JcDϺ%Hd2@cu%"ͽ#uCroO $jQU (TTK AoYC3?D7^HԞwQ' mCI!x{΍h!t"YƫN.D*0ԻYvoP1[F;Ӗ=7zpnS.Ad+nlEM^wuXX@Vt콡Tk.g[^][/FmUیj&e,ո'L65b> K@l7QyP`6sʩ" !B~Kgh8 rkP=k#2퓢&̦="\6_|ʋ Af ?^+~iX,=o"bZڻ]=M+ilYߦS0XK٦;J K'à(X:zMcD`_ԝ1p }ԟ{kȮi"q?f7'M@EىKj )NIz88SKỬUW]%G ަ(;yS'/ٝQ+e65obK/s0h⸍l-i H& 23U;.yesʬb<IW%-Xtn% 6X%R֬zgWȶ܇ W]ŗOhYHY=uq7 aӿ3r_(?}:+*RzS&R0 4 &8:VUTx}9.U{)9 Y}=>;ژe ޿FJ mpB'FāR^f"YNO H0gt'S9#H@Y,@x8D@rXx,(uv(=e(vy"-b۲D`eul1ua2> ;W(JaFgn㳛pĺ%o΅ 'Si4fN]7g6Ұ3ڟۍt'-=5fQ W~Si2dڶʿ[͋䆝+{7ޖ7&ZAzɞkt tHhKTKw- +} 'nS</9!P]@k)vӿe#t uZF+Ff{m;x;A\ylEDN<$ -!h~~gbtK8h=ZˎcX+dq/̑ffit0 "ec{q~O*s`q-a+Kڙ[ kRaMbec?\($N79+(o;6HtCҦ ]SH{lC1$w%y[3L\;CBc2Tp TKv}0k5vL0GR nW7> AO֩Zi-PBznxU{a\1rd-soRڔW!`XٟUS~=pۥ U5#m 7=[0rWO˧X8۝}٪Qb@F\Ӯs~꼦gI}aIriu`<锘o*QAM|ik˩gÉOcCFpxEg>B!brK@^OSw Vw cme#y [=3'52yg!;]@_m6{]. Csg~IJ~60C@s]6i~1b1='Y&,7^W.(MrM6ȧU.m,.Ă"gubjT>BtA#L ߨ Ry0!ZO ;J&o+^QDx|uvx2)n稖ԠĈTݶL`v[ OuD!#Eu[hQ UYאG`PaxIJSsJuވ%i>@\ 1/ JE˟2ܾ u%]usb?!T.u cwb=0_1޴Ӣy~?x}Up.* sĔ7[c[ ]` d41^epgS`3Ug~3ZՑ@dBV1YV~-n*~J#sLaNmaƩ( $vaNg,ҭASaPj!-+x9[SJtnɄ2}2 -.RJm39Bx8Q<˨K.YY(2 ّ4(hp4ƀo^"BS 覥 !(mj[ 3z0vlKI/ m(Cu IR19[x YͷaBԙpB(29E($VW@Գg%Dq#`HLvWD?wKEyl^z{̔P\AISTM.bېIGoC{OntM6+%cW1^t]|k>RgٖTdH詐+HHғ3q$˯'y%m2@{|iAuE?$QW "U\joO|A [j9 к4PlĒT2Â=NRw\-S Bk&.;WI.NK;_ZX.<1|yZ~zhה ]g:JVKnϏ&1K>6NakA ը(㬢C ۘVI[J)7I/Њ'8ܗ˱D3eg[$_)⒳P>0JF8'O:"p  tDS;:ǂFX2irt$oxczXl3p&x LᬾtI>Vf= 0ƏiĆ&9Rqb+ oiXLH/`d\^NWBp*[^tfuLPLATl'>hGsź&DP CC~MAnkP=AԽiIpY]@8` <7M?j_TS@X||I8 /}*YYU:W\r|]tttgQ@eGڈiUk¹?2/bB*Iϲ- $wF`:)aV|(9>JH߂?^-v|Wz(A<رabrzME*?ZlbKF!e6džz n5CZw~l:HtD4i䟋-͜Ң8S|f&vMCW9EVql ӂ'p) je<>ey2\lNzA7ܰڸ)"ŅlYi'? ,o+xZ"-E;q!XϵZlc3L3⭾ߗ#w*f%Qmkgk6-Zq3yb Bi1Z:j$EL?׆$JL)me&S:ObM_ݚ5N Q9J)B(OjQq $AX^~Cy>44*!0~~W:Oo(^;b׺w(rDnnr`5]B>#5\5EoK2xI47E/ɘ>ۑk}t:?--t;}H4PG-;{zdS(MY:Ϙ(JTc!ie!`#ESWD*r$*7CjasVl" š}!!̪ {xZ$+w7] /݈f*L=uX4 $%Batί to,Zyn{Jykjy?>[ +nT jWxsٹ$7ѡV}[|60KJJonJD2>c|PJοb&a>S3gk.ʁNǃ7URG܋b g$_4 /KM*В zvz2$N{}%H◊VWU( aAϠbj3g:҈iEW4Z*N-_ F~n`ޖ.$%J~x#&>dOu~U!)Jk]V݉tމZ!7RT+y &䡁۵qN"{4V 20itHR'x#"HVN2bV*6AGu1weG5_7כbծ:=!! N.K߾@9NR1CRF= ۿwPE}}^Pх7]p~znmJl/Kwfx5>{ZQ+ya51toԇ(D9)wD䀑Zphĉ@j@C4vzbU ct]ߥUt)˥K "M, R1vf֥ M_8e_Mi_ cEÓ-+=.֚_ :}n&(لt+ݠЛ1+}2͂Vu*QlElUo3.CwpG*=|:945VU?+x|!#CRDkWZYhATa( m4 P'[R (";琽mt085 7Ѡi54 ]'Jl PY_FC =|hoޱ`B3 䦭m5ALse#ʡcsك,,_6r^al0 @C.+NU}. E%rؿRpذek6wIxyǯ9ʼN^_S񔩖EWR"Zu70q̡R/őDnJ6$ɪn"^QxOhOdz xQpW2fdXt"0 VYU$_bt鰨/Qr ދe,;13۫lKO.U_cyx]\:U5aq@7$f9^ b rPJNRch臈"Joulj>x=T5"2Lūo.i\!Y^h" WwDԀtf,:=aX&<-=l[dԐ+Zx}AٓWٲjl|0;Y7 [,7cN itC; >zkq/-WQ$Dub2 I?t+oCwG5Y;tmNKkǐ-S -~mheS$R5A4CctY]%u#бtE(஌DбR!p/5I`ADYe.^u92#ifk`!]Q 323fm+9 o"-X>p^,M([C%Y>Ih7ӵPVƑAhJtC88՜J$rAd3\& h9+-bwt5|P3uDK&r`TfT&`#u&,A -Øvw`Imk'RCKoq_Ϩ`(DW7T` ZӞ,@Ł RD2&Gs1F?2/M%0R; CrS@XuOxdVh$2 Cq??%X>.wv㛉df\LvKANYh-lWVv}|0+![Ӭ[ŝ_-Lv$&w*W0y蝞q]Ix7%~ľGIZObđT @'@\^m$Uh95=.chj;zM.hVq' %8fqIG!ݒ!b{^o?T&sH0?|L󾟒4MdjYF KɄl~۹e{.;ZSb@Ooů!Dt#;h zEM=x|M0piaZj^mif_'pT g'FYV?VJ8kثMǾHS% vY]{v.Z`A/κ@A.Um|iIE?!2a3ÚO,diw~;O6eĀB#~zm-cs8)""R]UY'녟tIeɳɁ&,Sќ>0SHԚjq<;$3G3gi$c*qTl[ߖuRgΤ_#-TT)i߭cy %Wϸ(g l{7[Ԧr)KQ4.ϢedFEӵ<%׈ف25*S\~Jp26vРI6{7-Pb~my<:p'O3Ʈ1@B\J];vD)A ,7Ɍ cۮ Ućjϱvd$I!IS֋A? ɩFJaO^>[zi|J/VC!їTY$&Ih2bBkRw)ςJ23Qkt8'[k: &uoj2.ǂn8";IO6p|;@qp @< 񈾅IY=@,7&8kN "\+7PJʘ&X!>Hx4bօ-xeߤ{ԟ1}e @WClYLU6h( "M'ܼ r3MP_}jy3mσPFH3VCVfvϛk҄I|Mӳzs̓NFcB C5"ٍkB]˾|p%l,5X}E'p[JwcC^H$)fX(PX({0ѐ-+~* ֟_|"[͎85Iׅs HkQu؊ekq(?}ܓş Jc^.^2Gԝ-'p*8Fˈq4ʋ*>wg( ",YzHxR>n-t̷qlڲ$$CeeGDDj2c"{?tKHQϮ=64E'b~zćA<*#PvRO^:.('.;ۯ"ZQy[++HF){ QӹE.JyIf3 AşmDT~XWAx%-yzj"cO:~M5wU;(" 1H:Bj?fڗxAo,ue pJȾ#߮mEwm"4kUiLR9602nMH ߳&`5qmy]=ѵ|KE26)Yudny.{?hZ/ yꐒ<6U/bzI{Lw.FU)Z0/I$AKt͏Ec{鱔`+ dƏ׵ksJ9zS+xT ]PR:+鷹c L|ZglI=V_n?-0 +y -Vl$Ś'S'XyוOtQh? sB"y~ڤ8j41ӣM  O@pJՒ |8exy:^,xq43WgcD6P`жwAʷYFQAGۨmP6NjZ*![B$ö&>[zzl%IԈ*N" '`DaU[TɺNZaN;dEU: 8dg=o4є[kub%+ jXVsTtaIAQψqƲA:|_PG&KX(4l.=0a B1Xmg ֏긻|GXzو@h)R.aD_'*2?Ck@\AFԈ4c̚ n7+*ih(۬;ъ^}'`ȳ%E_=TLWvfM7r9#e u@bN \l{ef oǭDC*./,]4Ng@7, X= &kJ) +-:O_|s־ G^f7߇D 2D|oŇ09Ir?|#`]>86ő#8ݶg#-> X0|=XbPNx\YF;kY*r?Ֆ+ߐ-w=zWuvT.y^ӵ5ɛ㡯U9~۫.C'g\9`mV'Djyq_Vד >z/\tc҆<eTS2P:ʏ^rCL2ZyP}͹uDRB\KM)uS)J;]Ji[COHϪt zW)e\kQXqv<eB<=-w |!)#a޵Ql~% V~'pݿM(x~P`PJ708\}WGeEL䕐?5gia>y ӗ\ %vQ98Z3n2ҍCtk q;!Ǹ摕 _aSUmm !V╀Ѿ[;UVf j/VUMUjں;KPM$x>꺶Vf|'"R'ִWvG "!M>A+D?{1áASа#j&7ܤM8H:`)ݰ6IŴ{~T@k[z^DHב EEAzΏ`D:,ę'ƚc,1a*L8j `O{5N^/ДϜqEo|+2W/ƛ3BlqΣ4pNr"tR׽_'T#~-P) p}?nGY-Dfq;1Ia3ڑ,պT9|>&\:u >crMs V+WY! 7zB芒_jj ޥA[~5IpڠE # <3\0>k~6 :]3pד纽֢;$`b?0`1RO+"*W!n Ԑ<;DDpZGEGo?4]QH滉7<7E־?T VFX%ɥ񶬩oHl!cIuBX^+8M~=;# "Z9# aQlY}dSbܤ|/}<^HF]oqTf5yP~^S^O0IoCE \H.mfOXtI}d'D Ǘ2oW)A3@%Oz˩"hbsU'CE@re!xL7[1/ns:M<f6ȓwтK)RkT] YVM@ȌS%MQ%b5 :XM.POiËv| ##X V&=&9\J[}m}մt:o,9t`Q؀*i4*d=#.ac'rPDP5zdd+ȓ&o8hczn"!C'eGM'UJSdI}?ľp)hނEA 8:;(.Q֯BT6/xzFqHs)dwc}ieiqNV@9t&_ix%`>6յug,zOdm{1W2__d~XL\y޹Eb8 "‡KZL]u ;CUE rl r:?5y0]# M.t& "E OzfCf x TøeM{- p;\`eToXxM!8$5t8 #0y>@LƆXTCxl<~ҍ^ߤ|l uKrG?H@t+쭺B$Pf;[߈a損7`Jo J# <뛤Dh QT;d! &șM^U+#UEX{(^G?%`uAUI7Է8_o\QoSC;8JMq@L "y,pFN2t&^މ= zcZNe7#Y?[n#{2MK b}iN#K# iÚIvMʾWIw:mC)SWϾڧ+я~eV_zPU"WLƗhsݐхMF3 L*J{+QG¬8H&=30OzM~Z3g gJA@ZX(OXt7N@Ϟi7w "Lt0~W{%=Tn1Qpz: NKRO*KGKVCQ}` n|)C[D,ힹ jWC 5|ޘA-;རhG+U @+68{3)F6Gi!p?9}h:ٱvw>m+= ژe`j(SAa̫{A<τoX:ΚÁP6ym"WX8<8c]o?;TBlAs݇[|z^[>慀]䨒NݕNlƻ Ϲ}%%2d': JyO}m {R@ &pZ?7+NC)drj(yew'}GQw=CnnqG6);ăwIB2iF gz~+rySVKxX,g!?0f͞r$e_(Bs6z@LaCJ#>DK;-گ20fq!G ud`z^6:.e!PoƷ_E5- i;h@ u tg 7C j 2zVȈX82\,81ywvuI/v+{$+fN\C~<Jwi)㽧= l~<4.5!xN)[gn9ҙ C} YZ