Kerl1310 / Ciphers

Personal project developing a program that encodes pieces of text using various methods of encipherment.
0 stars 0 forks source link

C4996: 'sprintf' #9

Open Kerl1310 opened 7 years ago

Kerl1310 commented 7 years ago

This function or variable may be unsafe. Consider using sprintf_s instead.

Kerl1310 commented 7 years ago

sprintf_s takes different set of parameters. Either need to re-visit SHA256 code to use C++ strings and chars, or change parameters passed in. Further investigation required.