GithubHelp home page GithubHelp logo

Using OTP to encrypt urls about dcrypt HOT 6 CLOSED

mmeyer2k avatar mmeyer2k commented on June 1, 2024
Using OTP to encrypt urls

from dcrypt.

Comments (6)

mmeyer2k avatar mmeyer2k commented on June 1, 2024

I'm not sure if this is the only problem but in this block...

    private function decrypt() {
        $plaintext = \Dcrypt\Otp::crypt($this->password,hex2bin($this->URL));
        return $plaintext;
    }

... the parameters are not in the correct order. Data should be first, password second.

from dcrypt.

khavishbhundoo avatar khavishbhundoo commented on June 1, 2024

@mmeyer2k Ahh that was stupid.What are your views on the implementation , my use case is to try to generate unique encrypted hash even for same plaintext.

from dcrypt.

mmeyer2k avatar mmeyer2k commented on June 1, 2024

Stream ciphers are good for that because they don't have IVs. But they also don't have checksums, so be careful!

from dcrypt.

mmeyer2k avatar mmeyer2k commented on June 1, 2024

Hey one more thing. If the size is of the output is important use base62 encoding instead of hex. It is a more compact representation of the binary and is still URL safe.

from dcrypt.

khavishbhundoo avatar khavishbhundoo commented on June 1, 2024

from dcrypt.

mmeyer2k avatar mmeyer2k commented on June 1, 2024

That works but base62 encoding will look better and in some cases will be more compact.

I like this one:

https://github.com/tuupola/base62

from dcrypt.

Related Issues (3)

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.