diaeai/cmac

There is no license information available for the latest version (dev-master) of this package.

A General Purpose CMAC Cryptography Library, forked from https://github.com/ircmaxell/PHP-CryptLib

dev-master 2024-04-16 11:27 UTC

This package is auto-updated.

Last update: 2024-04-16 11:31:27 UTC


README

Added composer for external including this software

Attribution & License

This library is a streamlined version of PHPCryptLib, (c) 2011 Anthony Ferrara and available at https://github.com/ircmaxell/PHP-CryptLib and released under MIT License. Only the code related to generating CMAC hashes has been included.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.