Proper backends on server(PHP)

Asked by hexafraction

Should I want to implement CryoJS upon a client-server connection, what form of PHP backend is to be used? Will one be provided, on must we write our own? I do understand that this project is early in development, but are there such plans?

Question information

Language:
English Edit question
Status:
Solved
For:
CryoJS Edit question
Assignee:
No assignee Edit question
Solved by:
aj00200
Solved:
Last query:
Last reply:
Revision history for this message
Best aj00200 (aj00200) said :
#1

I do plan on building some type of server backend. Maybe one in PHP and one for Django. Or maybe just some code snippets to preform the decryption and preform secure password salting and multi-round encryption. Depending on availability, options like scrypt would probably be a better choice.

Some cool stuff is also happening with client certificates in browsers. Maybe it will be possible to use those for authentication at some point in the future and then CryoJS could support that in the backend as well.

Revision history for this message
hexafraction (rarkenin) said :
#2

Thanks aj00200, that solved my question.