math - C++ how to make simple sha256 generator with boost? -


i need simple string sha256 generator class. not want build big libraries openssl or cripto++ - want turn strings sha256. how create such class or it?

like others have said, under impression hashing under sha256 not trivial enough implement subset of bigger coding project. if take @ wikipedia page sha-2, notice pretty intense math. if actual encryption abstract (the math theory itself), can found here. if you're programmers emphasis not in security, want use else's tested , tried implementation. can find few here. let me know if helped. sorry couldn't answer question straight code or of nature.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -