How Can We Use GCM Mode Encryption in PHP?
问题 I have been reading a lot about GCM and how awesome it is and I would like to know how could I use AES-GCM authenticated encryption using PHP . Is it supported in mcrypt() ? I found some references to GCM in the Codeigniter framework documentation which leads me to believe it is possible to use in Codeigniter. And I also came across something in a doc about Zend . I'm not looking to use a Codeigniter driver though as I don't use any framework and don't intend to for my current projects. It