Find Jobs
Hire Freelancers

C++ code in LINUX

$10-30 USD

W trakcie realizacji
Opublikowano około 7 lat temu

$10-30 USD

Płatne przy odbiorze
Programming Project 3 Requirement: In this project you will implement HMAC (Keyed-hash Message Authentication Code) using SHA-512 as the building block. HMAC with key K of a input message M can be expressed as: where is the key padded out to block size, which is 1024 bits when we use SHA-512. Here, opad, ipad are specified padding constants, which is specified as follows: ipad:00110110 (36 in hexidecimal) repeated by 1024/8=128 times; opad:01011100 (5C in hexidecimal) repeated by 1024/8=128 times. We can describe the HMAC algorithm as follows: 1. Append zeros to the end of K to create a b-bit string (e.g., if K is of length 160 bits, and b = 1024 bits, then K will be appended with 864 bits of zeros to the end of K). 2. XOR (bitwise exclusive-or ) with ipad to produce b-bit block Si. 3. Append input message M to Si. 4. Apply hash to the stream generated in step 3. 5. XOR with opad to produce the b-bit block So. 6. Append the hash output from step 4 to So. 7. Apply hash to the stream generated in step 6 to produce the output of HMAC. After computing the HMAC with key K of an input message M, print it on the screen in hexadecimal format, also store the HMAC output in the output file. Your program should take three arguments: an input file name, an output HMAC file, and a key. For example, you may use the following command to compute an HMAC for the file "text1", with the HMAC output stored in the file text1-hmac, using the key hmac123456: HMAC_gen text1 text1-hmac hmac123456. If you want to use a longer key, like a key more than 512 bits, it is recommended that you put the key in a file. (Optional: you can use SHA-512 to hash the key entered in the command line to get a longer key to be used in the HMAC algorithm). You do not need to implement SHA-512 yourself. For an implementation of SHA-512, you can use an existing crypto library, Crypto++ (C++) in this project, which is installed on the virtual machine. While you are using the built-in SHA-512 functions provided by Crypto++ library, you are required to implement HMAC yourself in this program assignment. The tutorial about how to use the SHA-512 function of Crypto++ library is provided in the end of this document. You can find 5 test files: MSG1, MSG2, MSG3, text1, and hw2.pdf.gz. Please copy all those files to your directory. Tutorial to use the SHA-512 function in the crypto library Crypto++: 1. In order to use the crypto library, in your C++ source program (e.g., [login to view URL]), you need to include the right library files, and use the right namespace as follows. #include "cryptopp/cryptlib.h" #include "cryptopp/hex.h" #include "cryptopp/filters.h" #include "cryptopp/sha.h" #include "cryptopp/des.h" #include "cryptopp/aes.h" #include "cryptopp/modes.h" 2. How to compile your source program: g++ -o test1 -L. [login to view URL] -lcryptopp -L. : search library file in current directory and the specified directories. -lcryptopp : link CryptoPP library. Here, [login to view URL] is the source cpp file name to be compiled. 3. The tool function to perform SHA-512 is illustrated as follows. string sha_digest(string & plain) { string sha512digest; SHA512 hash; StringSource(plain, true, new HashFilter(hash, new StringSink(sha512digest) ) ); return sha512digest; } 4. Using the following function call to compute the hash output of the input message: string output512digest = sha_digest(plain) Here, plain is the input message stored in a string.
Identyfikator projektu: 13738868

Informację o projekcie

10 ofert
Zdalny projekt
Aktywny 7 lat temu

Szukasz sposobu na zarobienie pieniędzy?

Korzyści ze składania ofert na Freelancer.com

Ustal budżet i ramy czasowe
Otrzymuj wynagrodzenie za swoją pracę
Przedstaw swoją propozycję
Rejestracja i składanie ofert jest bezpłatne
10 freelancerzy składają oferty o średniej wysokości $90 USD dla tej pracy
Awatar Użytkownika
I am very proficient in c and c++. I have 16 years c++ developing experience now, and have worked for more than 7 years. My work is online game developing, and mainly focus on server side, using c++ under Linux environment. I made many great projects using c++, for example, I made the tools which could convert java codes into c++ scripts, of course garbage collection included, this was very similar to a compiler, and was very complex. I also made our own mobile game using c++, I can show you the demo of client, if you like. I am very proficient in java also. I have a very good review on Freelancer.com, I never miss a project once I accept the job, you can check my review. Trust me, please let expert help you.
$100 USD w 1 dzień
4,9 (158 opinii)
7,1
7,1
Awatar Użytkownika
Hello! Please check my reviews to know a bit about me and my work. Thank you!
$80 USD w 2 dni
5,0 (47 opinii)
5,5
5,5
Awatar Użytkownika
hi , i am an experienced C,C++ programmer and developed codes in windows , linux and mac os x platforms using IDEs like Visual studio, Eclipse, Codeblocks . u can visit my profile to view my related tasks.
$35 USD w 2 dni
4,8 (3 opinii)
2,3
2,3
Awatar Użytkownika
A proposal has not yet been provided
$88 USD w 3 dni
5,0 (3 opinii)
1,7
1,7
Awatar Użytkownika
I m a cryptographic engineer
$111 USD w 2 dni
0,0 (0 opinii)
0,0
0,0
Awatar Użytkownika
I have been working as a software for more than one and half year on C++ and having good knowledge of algorithms and data structures and good problem solving skills.
$70 USD w 3 dni
0,0 (0 opinii)
0,0
0,0

O kliencie

Flaga UNITED STATES
BEAVERCREEK, United States
5,0
3
Zweryfikowana metoda płatności
Członek od sty 26, 2017

Weryfikacja Klienta

Dziękujemy! Przesłaliśmy Ci e-mailem link do odebrania darmowego bonusu.
Coś poszło nie tak podczas wysyłania wiadomości e-mail. Proszę spróbować ponownie.
Zarejestrowani Użytkownicy Całkowita Liczba Opublikowanych Projektów
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Wczytywanie podglądu
Udzielono pozwolenia na Geolokalizację.
Twoja sesja logowania wygasła i zostałeś wylogowany. Proszę, zalogować się ponownie.