mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 17:34:49 +08:00
Fixed typo in caesar_cipher.py (#2979)
* Fixed typo in caesar_cipher.py * Typo fixes
This commit is contained in:
@ -8,7 +8,7 @@ Usage: python sha1.py --string "Hello World!!"
|
||||
Also contains a Test class to verify that the generated Hash is same as that
|
||||
returned by the hashlib library
|
||||
|
||||
SHA1 hash or SHA1 sum of a string is a crytpographic function which means it is easy
|
||||
SHA1 hash or SHA1 sum of a string is a cryptographic function which means it is easy
|
||||
to calculate forwards but extremely difficult to calculate backwards. What this means
|
||||
is, you can easily calculate the hash of a string, but it is extremely difficult to
|
||||
know the original string if you have its hash. This property is useful to communicate
|
||||
|
Reference in New Issue
Block a user