Critics have remarked that those four worthies were truly peerless throughout the ages; yet the present falls short of the pastβthe ancients favored unadorned simplicity, whereas the moderns prefer refined elegance. Styles of substance and ornament rise and fall in succession, shifting with the changing mores of the times; such evolution is simply the natural order of things. The ideal lies in honoring antiquity without clashing with the present, and embracing modernity without succumbing to its flawsβembodying that perfect balance of substance and refinement that defines the true gentleman. There is surely no need to abandon a carved palace in favor of a cave dwelling, or to trade a jade carriage for a primitive cart with solid wooden wheels.
Current path: lib64/python2.7/
β Cloned to:
β¬οΈ Go up: /lib64
οΏ½
zfc @ sW d Z d d l Z d d l Z d d l m Z d d l m Z e j
e j d Z e οΏ½ Z
d e d d οΏ½ f d οΏ½ οΏ½ YZ d d οΏ½ Z d d
οΏ½ Z e d d d d
οΏ½ Z e d d d d οΏ½ Z e d d d d οΏ½ Z e d d d d οΏ½ Z g Z xQ e e e f D]@ Z e d e οΏ½ Z e rοΏ½ e e οΏ½ e j k rοΏ½ e j e οΏ½ qοΏ½ qοΏ½ We j e οΏ½ [ [ d S( sοΏ½ Wrapper to the POSIX crypt library call and associated functionality.
Note that the ``methods`` and ``METHOD_*`` attributes are non-standard
extensions to Python 2.7, backported from 3.3iοΏ½οΏ½οΏ½οΏ½N( t SystemRandom( t
namedtuples ./t _Methods name ident salt_chars total_sizec B s e Z d Z d οΏ½ Z RS( si Class representing a salt method per the Modular Crypt Format or the
legacy 2-character crypt method.c C s d | j S( Ns <crypt.METHOD_%s>( t name( t self( ( s /usr/lib64/python2.7/crypt.pyt __repr__ s ( t __name__t
__module__t __doc__R ( ( ( s /usr/lib64/python2.7/crypt.pyR s c C s[ | d k r t d } n | j r/ d | j n d } | d j t j t | j οΏ½ οΏ½ 7} | S( sοΏ½ Generate a salt for the specified method.
If not specified, the strongest available method will be used.
This is a non-standard extension to Python 2.7, backported from 3.3
i s $%s$t N( t Nonet methodst identt joint _srt samplet
_saltcharst
salt_chars( t methodt s( ( s /usr/lib64/python2.7/crypt.pyt mksalt s
"c C s: | d k s t | t οΏ½ r* t | οΏ½ } n t j | | οΏ½ S( sN Return a string representing the one-way hash of a password, with a salt
prepended.
If ``salt`` is not specified or is ``None``, the strongest
available method will be selected and a salt generated. Otherwise,
``salt`` may be one of the ``crypt.METHOD_*`` values, or a string as
returned by ``crypt.mksalt()``.
Note that these are non-standard extensions to Python 2.7's crypt.crypt()
entrypoint, backported from 3.3: the standard Python 2.7 crypt.crypt()
entrypoint requires two strings as the parameters, and does not support
keyword arguments.
N( R
t
isinstanceR R t _cryptt crypt( t wordt salt( ( s /usr/lib64/python2.7/crypt.pyR '