Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak
Post your project for free and start receiving proposals from freelancers within minutes after publication!

Сменить пароль от амдинки через MySQL

3 USD

Applications 1

Application viewing is only available registered users.
  1. 4218    55  0   2
    1 day3 USD

    Добрый день
    Готов взяться
    Работаю поэтапно
    Огромный опыт работы
    Таск менеджмент через Trello
    Пишите обсудим
    Мой скайп – salvadordali.news

  2. 1912    63  0   1
    1 day3 USD

    Готов выполнить ваше задание качественно и быстро. Есть большой опыт работы. Примеры работ есть в портфолио. Подробнее можем обсудить в личных сообщениях, Skype: trexig, Telegram: TREXIG_dev или по почте [email protected].

  3. 2617    427  9   1
    1 day5 USD

    Понадобиться фтп и доступ к бд
    =- = -= -= -=- = -= -= -= -= -= -= -= -= -= -=- =- =- =- =- =-

  4. 150    18  0   1
    1 day2 USD

    Здраствуйте Сергей, могу помочь сменить пароль, нужно в лс более детальней обсудить детали. (на каком движке сайт и т.д)

  5. 85    20  0   1
    1 day11 USD

    добрый день! какой движёк у сайта ? у каждого свои способы хешировать пароли а щас больше похоже на соль + мд5

  6. 155    22  0
    1 day3 USD

    Добрый день.Могу Вам помочь. skype= tsyuha, telegram=@tsyuha, e-mail= [email protected]

  7. 290    1  0
    1 day11 USD

    Добрый день. Это laravel - к сожалению там просто зайти в базу через phpmyadmin и поменять пароль нельзя - там используется механизм шифрования. То есть пароль - пароль нужно сначала сгенерировать скриптом а потом полученный так сказать хеш затолкать в базу.
    В общем могу сделать - пишите в ЛС либо скайп - yashukoff - либо telegramm - @yashukoff

  8. 404    21  0   3
    1 day3 USD

    здравствуйте выполню сейчас обращайтесь.
    здравствуйте выполню сейчас обращайтесь.

  9. 282    9  0   1
    1 day2 USD

    Изменю пароль от амдинки через MySQL в тот же миг! Обращайтесь...

  10. 139    5  0
    1 day3 USD

    Здравствуйте. Могу сейчас сменить пароль от административной панели. Обращайтесь.

  11. Another 7 proposals concealed
  1. 3768    154  0
    1 day3 USD

    Готов приступить к выполнению вашего задания прямо сейчас!
    Сделаю все качественно и в сроки. Для обсуждения деталей пишите в лс.
    ================================================================
    Skype: Acrobat Site
    Сайт: acrobatsite.in

  2. 1 proposal concealed
    1 proposal concealed
  • Profile deleted
    16 August 2018, 14:00 |

    Метод шифрования знаете?

  • Profile blocked
    16 August 2018, 14:10 |

    тут шифрования md5


  • Profile deleted
    16 August 2018, 14:13 |

    серьёзно? ))) Больше на base64 похоже


  • Durdygylych Mergenov
    16 August 2018, 14:13 |

    string password_hash ( string $password , int $algo [, array $options ] )

  • Profile blocked
    16 August 2018, 14:15 |

    тут 100% md5

  • Profile deleted
    16 August 2018, 16:23 |

    md5 - это строка состоящая из 32 символов [a-z0-9] (не больше не меньше, и при этом там не может быть спецсимволов (только цифры и буквы))

  • Durdygylych Mergenov
    16 August 2018, 14:17 |

    Mожете использовать его методы HashPassword() и CheckPassword() для подбора паролей чтобы не изобретать велосипед

  • Durdygylych Mergenov
    16 August 2018, 14:18 |

    многие wp использует md5

  • Profile deleted
    16 August 2018, 16:27 |
    function HashPassword($password)
    {
        if ( strlen( $password ) > 4096 ) {
            return '*';
        }
         $random = '';
         if (CRYPT_BLOWFISH == 1 && !$this->portable_hashes) {
            $random = $this->get_random_bytes(16);
            $hash =
                crypt($password, $this->gensalt_blowfish($random));
            if (strlen($hash) == 60)
                return $hash;
        }
         if (CRYPT_EXT_DES == 1 && !$this->portable_hashes) {
            if (strlen($random) < 3)
                $random = $this->get_random_bytes(3);
            $hash =
                crypt($password, $this->gensalt_extended($random));
            if (strlen($hash) == 20)
                return $hash;
        }
         if (strlen($random) < 6)
            $random = $this->get_random_bytes(6);
        $hash =
            $this->crypt_private($password,
            $this->gensalt_private($random));
        if (strlen($hash) == 34)
            return $hash;
         # Returning '*' on error is safe here, but would _not_ be safe
        # in a crypt(3)-like function used _both_ for generating new
        # hashes and for validating passwords against existing hashes.
        return '*';
    }
    

    Где тут md5???

  • Vanya Kutuzov
    16 August 2018, 14:59 |

    нужно знать соль

  • Sergey Y.
    16 August 2018, 16:16 |

    совершенно верно

Current freelance projects in the category PHP

Fix CLS

It is necessary to fix the Cumulative Layout Shift through code PageSpeed does not see this problem, but through Google Chrome, it is visible that there is a layout shift for the desktop version of the page According to Google Search, there is an error regarding the speed of…

PHPWeb Programming ∙ 13 hours 40 minutes back ∙ 23 proposals

Transfer the fully ready adaptive HTML5 structure to WordPress.

267 USD

I am looking for an experienced WordPress developer who can convert our meticulously prepared static HTML5/CSS3 code into a high-performance custom WordPress theme. The frontend is almost ready (about 99%): semantic markup, metadata, and multilingual structure (hreflang) are…

Content Management SystemsPHP ∙ 16 hours 33 minutes back ∙ 59 proposals

GoPos Integration

Hello, has anyone done an integration of GoPos with a custom website for a restaurant in Poland? I need help, their documentation is very sparse, there is only swagger and it lacks descriptions. https://app.gopos.io/doc/swagger-ui/index.html The essence is this: we used their…

PHPWeb Programming ∙ 1 day 8 hours back ∙ 24 proposals

Write meta data for ALT using AI

A website on Laravel, the site has many images for which it is necessary to automatically generate correct semantic and relevant ALT descriptions for the images, with the possibility of verification.

AI & Machine LearningPHP ∙ 2 days 5 hours back ∙ 33 proposals

A developer is needed to complete and integrate a project for automatic data collection and processing.

16 USD

The main part of the parser has already been implemented. The parser works in a Windows environment through Microsoft Edge: the site has anti-bot protection, so data collection is performed not through direct HTTP requests, but through a live browser session. The scripts control…

PHPWeb Programming ∙ 2 days 11 hours back ∙ 24 proposals

Client
It S.
Moldova Kishinev  598  0
Project published
7 years back
271 views