Giter VIP home page Giter VIP logo

cryptolib's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cryptolib's Issues

Grammar change

"Will return openssl_random_pseudo_bytes with desired length is $strong is set to true." needs to be changed.

PHP 5.4 Fatal error with use of function hash_pbkdf2()

Fatal error: Call to undefined function hash_pbkdf2() in CryptoLib.php on line 193.
This is real bummer, as u mentioned in your documentation and in file that it will work with "Requires OpenSSL, MCrypt > 2.4.x, PHP 5.3.0+".

hash_pbkdf2 is available in PHP code from 5.5 version only.

More Detail on the SHA512

This is a great library but could you provide a little more information on the SHA512 algorithm you are using? Iโ€™m no security expert but is this the SHA3-512 with an output of 512 bits or the SHA-512/256 with a 256 bit output?

Change class version in CryptoLib.php

Change class version from v0.8 Christmas to v1.0 Conqueror in class description in CryptoLib.php

From CryptoLib.php:

<?php
namespace IcyApril;
    /**
     * Class CryptoLib (v0.8 Christmas)
     * Created by Junade Ali
     * Requires OpenSSL, MCrypt > 2.4.x, PHP 5.3.0+
     */

...

Apache Extension

Would you mind if I made this into an apache extension for faster execution speeds? I get between 38-55ms when executing the validateHash function which is fast because I have decent hardware on my machine. But for machines that have less power, it could be faster if written and compiled code such as C.

Make this available via composer

Hi,

is it possible that this library will be made available for composer? Sucks that I have every library via composer except this awesome one here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.