CodeIgniter Forums
What Message Digest algorithms should Encryption support? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31)
+--- Thread: What Message Digest algorithms should Encryption support? (/showthread.php?tid=82518)



What Message Digest algorithms should Encryption support? - kenjis - 07-19-2022

See https://github.com/codeigniter4/CodeIgniter4/issues/5769

CI3 supports SHA224, SHA256, SHA384, SHA512.
Are there any other algorithms that need to be supported?