GithubHelp home page GithubHelp logo

Encrypted AES Key - missing about eda2 HOT 10 CLOSED

utkusen avatar utkusen commented on August 12, 2024
Encrypted AES Key - missing

from eda2.

Comments (10)

15w34r0n3D4y avatar 15w34r0n3D4y commented on August 12, 2024

"You need to have a web server which runs Php and Mysql"

which version PHP and MySQL?

from eda2.

utkusen avatar utkusen commented on August 12, 2024

latest versions works fine

from eda2.

15w34r0n3D4y avatar 15w34r0n3D4y commented on August 12, 2024

But get error "RSA" "Modulus" ... on older this error not showing but no Encrypted AES Key...

from eda2.

NexusFuzzy avatar NexusFuzzy commented on August 12, 2024

Same here.

$rsa->decrypt(base64_decode($ciphertext))

returns an empty string.

from eda2.

NexusFuzzy avatar NexusFuzzy commented on August 12, 2024

Got it running the error was on my side. In my case the field "privatekey" in my database was too short and the string got truncated. After resizing the column (in my case 2048) it worked like a charme

from eda2.

15w34r0n3D4y avatar 15w34r0n3D4y commented on August 12, 2024

Varchar (2048) or LongText both works for "privatekey" but what about "AES Key" works too? And are you edit something or not?

from eda2.

NexusFuzzy avatar NexusFuzzy commented on August 12, 2024

See my columns here:

id; int (auto_increment)
pcname; varchar(300)
aesencrypted: varchar(1024)
username: varchar(256)
privatekey: varchar(2048)

Maybe they could be smaller but idk as long as it works

from eda2.

15w34r0n3D4y avatar 15w34r0n3D4y commented on August 12, 2024

👍 thank you it works now. ✌️

from eda2.

DataDrug avatar DataDrug commented on August 12, 2024

@hariomenkel @15w34r0n3D4y I'm trying this for a proof of concept project, however after compiling I get the RSA MODULUS error, how have you fixed it ?

Thanks.

from eda2.

Gembeltz avatar Gembeltz commented on August 12, 2024

i need file .sql for connect to sql server ...

from eda2.

Related Issues (6)

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.