β prev | next β
kameshindore 2021-01-09 21:02:31
kameshindore 2021-01-09 21:01:55
AK md5 is deprecated need to using extra layer like crypt, salt etc.
Which uses a secret key for encryption and decryption
2021-01-09 21:03:28
kameshindore 2021-01-09 21:02:31
Which uses a secret key for encryption and decryption
Are u a cryptographer???
kameshindore 2021-01-09 21:04:20
2021-01-09 14:00:38
Hey, I’m currently implementing Password hashing. The method I’m going to use is blowfish. So, now the new registered users will have password stored in Hash. How can I convert passwords of previous users stored in plain text to encrypted?
Ajay very simple. No need to force users to change password. Password can be same with new encryption. As u said currently passwords are in plane text. So its possible
kameshindore 2021-01-09 21:06:08
kameshindore 2021-01-09 21:04:20
Ajay very simple. No need to force users to change password. Password can be same with new encryption. As u said currently passwords are in plane text. So its possible
I can guide u in this first need to know few things like how many users ur site have etc. You can dm me if this is not resolved.
kameshindore 2021-01-09 21:08:30
2021-01-09 21:03:28
Are u a cryptographer???
No dear, I am normal developer just like u all, I am telling this all from my experience as I have developed enterprise security level applications.
2021-01-09 21:09:51
kameshindore 2021-01-09 21:08:30
No dear, I am normal developer just like u all, I am telling this all from my experience as I have developed enterprise security level applications.
Nice to meet u surya..happy coding
Fravemel 2021-01-09 21:16:59
I hace to migrate several PHP aps from php 5 yo PHP 7. Any Advise is welcome.
kameshindore 2021-01-09 21:17:23
Fravemel 2021-01-09 21:16:59
I hace to migrate several PHP aps from php 5 yo PHP 7. Any Advise is welcome.
Using any framework??
Fravemel 2021-01-09 21:19:36
No framework
RiteshBhavsar 2021-01-09 21:19:51
Fravemel 2021-01-09 21:19:36
No framework
Core php?
sourabh Darunde 2021-01-09 21:20:36
which one is best framework us
kameshindore 2021-01-09 21:21:22
Fravemel 2021-01-09 21:19:36
No framework
For fail safe, I suggest you to make php7 Stagging environment and deploy ur php5 apps there and if everything works fine u can go-live with it.
Fravemel 2021-01-09 21:21:55
RiteshBhavsar 2021-01-09 21:19:51
Core php?
Yes core legacy with connetion to sqlserver and Oracle
kameshindore 2021-01-09 21:22:16
And there will be no issues unless u have used some built-in constant and functions which are deprecated and removed in php7
RiteshBhavsar 2021-01-09 21:22:27
Frst u need to change MySQL connection and queries
RiteshBhavsar 2021-01-09 21:22:40
Mysqli
RiteshBhavsar 2021-01-09 21:23:02
There are some functions which can not work in php 7
kameshindore 2021-01-09 21:24:12
Fravemel 2021-01-09 21:19:36
No framework
If already using mysqli then migration is much more easier.
kameshindore 2021-01-09 21:25:28
sourabh Darunde 2021-01-09 21:20:36
which one is best framework us
Depends on project and developer capability. Laravel Yii etc
Fravemel 2021-01-09 21:26:18
RiteshBhavsar 2021-01-09 21:23:02
There are some functions which can not work in php 7
Yes I’ve serΓ‘n this doc https://www.php.net/manual/en/migration70.php
Fravemel 2021-01-09 21:27:31
kameshindore 2021-01-09 21:24:12
If already using mysqli then migration is much more easier.
No MySQL Microsoft sqlserver and Oracle
RiteshBhavsar 2021-01-09 21:28:08
In MySQL it’s easy
Fravemel 2021-01-09 21:32:53
RiteshBhavsar 2021-01-09 21:28:08
In MySQL it’s easy
Yes I know
Fravemel 2021-01-09 21:39:51
Thank for the advices. π
Naik_G 2021-01-10 06:34:16
How to decode eval
Anil Kumar 2021-01-10 08:31:17
TheSam_boss 2020-08-07 16:47:49
Hogya bhai
H
I,m Waziri 2021-01-10 08:44:23
How to start a project in php?
Tecnico_Sordo 2021-01-10 08:47:53
U mean start coding?
Qalandar_Dev 2021-01-10 08:48:57
I,m Waziri 2021-01-10 08:44:23
How to start a project in php?
How to
I,m Waziri 2021-01-10 08:49:19
Yas how to start I say starting way
Qalandar_Dev 2021-01-10 08:49:40
I,m Waziri 2021-01-10 08:49:19
Yas how to start I say starting way
Download Visual Code
Tecnico_Sordo 2021-01-10 08:49:45
Well, create an index.php,
Tecnico_Sordo 2021-01-10 08:50:08
Some people use frameworks
Tecnico_Sordo 2021-01-10 08:50:17
Other prefer coding
I,m Waziri 2021-01-10 08:51:29
I want to create a website but infirst what I do ?
β prev | next β