Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Security

    sha_digest 2.1

    Download button

    No screenshots available
    Downloads: 666  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Jens Thoms Toerring | More programs
    GPL / FREE
    August 3rd, 2009, 08:40 GMT
    ROOT / Security

     Read user reviews (0)  Refer to a friend  Subscribe

    sha_digest description

    SHA-1, SHA-224, SHA-256, SHA-384 and SHA512 C implementation

    sha_digest is a C implementation of the Secure Hashing Algorithms SHA-1, SHA-224, SHA-256, SHA-384 and SHA512 as described in FIPS PUB 180-3, published in October 2008, and described in

    FIPS 180-3: http://csrc.nist.gov/publications/fips/fips180-3/fips180-3_final.pdf

    You can either use the result as a library to be linked against your programs, thus supplying all the above hashing algorithms, or you can directly use the source files implementing one or more of these algorithms within your programs.

    The implementation is written in (hopefully) standard compliant C (ANSI C89), thread-safe, and should work independently of the underlying hardware (i.e. it should run on e.g. 32-bit systems as well as 64-bit or even 128-bit systems etc.) or the operating system used.

    WARNING

    While I implemented the SHA algorithms as good as my abilities and understanding of the standard cited above allow I'm not claiming at all that the implementations are error free. Thus if you intend to use them, especially for use in cryptographic applications, you de- finitely must review and test the code carefully yourself!


    Product's homepage

    Limitations:

    · In principle all the hashing algorithms listed above are supposed to work on arbitrary numbers of bits as input (within the limits outlined in the standard, i.e. up to (2^64 - 1) bits for SHA-1, SHA-224 and SHA-256, and (2^128 - 1) bits for SHA-384 and SHA-512). This is not the case for this implementation: it only can handle messages with numbers of bits that are integer multiples of 8.

    · On systems where a char has more than 8 bits (i.e. CHAR_BIT > 8) then only the lowest 8 bits of each byte of the data passed to the appropriate function for hashing will be taken into account, higher order bits simply are discarded.

    · Due to trying to be platform-agnostic this implementations might be a bit slower than those that can make assumptions about the availability of certain types of unsigned integers (which are heavily used in these algorithms) or the endianess.

      


    TAGS:

    SHA-1 implementation | Secure Hashing Algorithms | SHA digest | SHA-1 | SHA-224 | SHA-256

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM