I got the term wrong, it wasn’t password encryption, what I did was password hashing. That’s what the bcrypt
library does.
What you did was password hashing and salting. They are all different - bcrypt using hashing and salting which is the best method.
Best video explanation. I watched that and it’s great!
@ihack2712 @EddiesTech @Anish @javaarchive @idodev @RiversideRocks @random and everyone else who has created an account on GPP (sorry for the mass mentioning) I’ve deleted all user accounts and projects as a safety measure, as a result of the implementation of the hashing and salting password protection. Kindly excuse me for the inconvenience.
Is it protected by license or can I remix it on GitHub
It’s licensed under MIT, which is not a strict license at all.
when i copy the git url and import as a project in glitch then try to vist the site it just shows errors
@khalby786
What are the errors?
@khalby786 the glitch link doesnt work
@khalby786 the errors are:
Error: secret option required for sessions
at session (/rbd/pnpm-volume/5934a41f-ada9-4390-af69-85f10bd25889/node_modules/.registry.npmjs.org/express-session/1.17.1/node_modules/express-session/index.js:200:12)
at Layer.handle [as handle_request] (/rbd/pnpm-volume/5934a41f-ada9-4390-af69-85f10bd25889/node_modules/.registry.npmjs.org/express/4.17.1/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/rbd/pnpm-volume/5934a41f-ada9-4390-af69-85f10bd25889/node_modules/.registry.npmjs.org/express/4.17.1/node_modules/express/lib/router/index.js:317:13)
at /rbd/pnpm-volume/5934a41f-ada9-4390-af69-85f10bd25889/node_modules/.registry.npmjs.org/express/4.17.1/node_modules/express/lib/router/index.js:284:7
at Function.process_params (/rbd/pnpm-volume/5934a41f-ada9-4390-af69-85f10bd25889/node_modules/.registry.npmjs.org/express/4.17.1/node_modules/express/lib/router/index.js:335:12)
at next (/rbd/pnpm-volume/5934a41f-ada9-4390-af69-85f10bd25889/node_modules/.registry.npmjs.org/express/4.17.1/node_modules/express/lib/router/index.js:275:10)
at SendStream.error (/rbd/pnpm-volume/5934a41f-ada9-4390-af69-85f10bd25889/node_modules/.registry.npmjs.org/serve-static/1.14.1/node_modules/serve-static/index.js:121:7)
at SendStream.emit (events.js:196:13)
at SendStream.error (/rbd/pnpm-volume/5934a41f-ada9-4390-af69-85f10bd25889/node_modules/.registry.npmjs.org/send/0.17.1/node_modules/send/index.js:270:17)
at SendStream.onStatError (/rbd/pnpm-volume/5934a41f-ada9-4390-af69-85f10bd25889/node_modules/.registry.npmjs.org/send/0.17.1/node_modules/send/index.js:421:12)
May I know which Glitch link you are talking about?
Sessions need a secret, which is stored in the .env
.
but what do I do with it
@idodev, can you try again now?
Looks awesome!
- It’s not mobile friendly
- I think it would look better with a menu instead of buttons
When I remix it and open it up it still shows the errors
- Yes, it is not mobile-friendly yet.
- I think the current look of buttons instead of menu is suitable for the editor right now.
One request I have is to just add a raw paste tool (I tried php and the <? of php made nothing show up).
I don’t understand