Von professionellen Übersetzern, Unternehmen, Websites und kostenlos verfügbaren Übersetzungsdatenbanken.
this is an interface to the mhash library. mhash supports a wide variety of hash algorithms such as md5, sha1, gost, and many others.
toto je interface ke knihvně mhash. mhash podporuje širokou škálu hash algoritmů jako např.
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
the above example will produce a list with all supported algorithms in the "/usr/local/lib/libmcrypt" directory.
předcházející
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
Warnung: Enthält unsichtbare HTML-Formatierung
natcasesort() is a case insensitive version of natsort(). see natsort() for an example of the difference between this algorithm and the regular computer string sorting algorithms.
ukázka rozdílu mezi tímto algoritmem a běžným počítačovým tříděním řetězců viz natsort().
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität:
mhash_keygen_s2k() generates a key that is bytes long, from a user given password. this is the salted s2k algorithm as specified in the openpgp document (rfc 2440). that algorithm will use the specified hash algorithm to create the key. the salt must be different and random enough for every key you generate in order to create different keys. that salt must be known when you check the keys, thus it is a good idea to append the key to it. salt has a fixed length of 8 bytes and will be padded with zeros if you supply less bytes. keep in mind that user supplied passwords are not really suitable to be used as keys in cryptographic algorithms, since users normally choose keys they can write on keyboard. these passwords use only 6 to 7 bits per character (or less). it is highly recommended to use some kind of tranformation (like this function) to the user supplied key.
salt musí být při kontrole klíčů znám, tudíž je dobrý nápad ho připojit ke klíči.
Letzte Aktualisierung: 2011-10-24
Nutzungshäufigkeit: 1
Qualität: