About 19,400 results
Open links in new tab
  1. SHA256-Checker - Python Forum

    Nov 2, 2025 · I made a SHA256 checker. How to use SHA256-Checker? Step 1: Download the file you want to check and sha256sum.txt from the Internet then put them inside dist folder. Step 2: Open …

  2. ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE …

    Mar 17, 2025 · I am trying to install pdfplumber [0.8.0 higher versions ] ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the …

  3. Reissue CA Root Certificate - social.technet.microsoft.com

    I have a Windows 2008 R2 enterprise CA root and it is currently using MD5 as the hash on the Root Certificate. I have discovered that this causes a lot of problems with TLS 1.2. I would like to replace …

  4. Can't install turtle - Python Forum

    Feb 6, 2019 · pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. I'm using python version 3.7.4 and pip 19.2.3

  5. SHA1 and SHA256 CA certificates with same name but with different ...

    Firstly, I had created a user certificates using SHA1 CA server, after upgrading the CA server to SHA256, I created a new SHA256 user certificate. Now, I had my SHA1 CA certificates stored in the …

  6. Bitcoin generator and wallet checker - Python Forum

    May 22, 2020 · This is my first ever project I'm pretty new to programming in general only started a couple of months ago, so I would like for anyone that is advance to review my code, The project is a …

  7. best way to embed passwords into scripts - Python Forum

    Aug 31, 2022 · what is the best way to embed passwords in python scripts? I am wanting to automate tasks that would typically require credentials. I've been looking into keyring and this works great …

  8. Powershell script to handle large data :: Run faster

    Can anyone please suggest how to make the command run faster with large data? I tried running the commands in my local windows powershell. It works fine without any fuss. I tried to have the …

  9. Unable to Use TLS 1.3 CCM Ciphers - Python Forum

    Aug 6, 2020 · Hi, I'm trying to make a TLS 1.3 connection using the following ciphers:TLS_AES_128_CCM_SHA256 TLS_AES_128_CCM_8_SHA256 These ciphers are not in …

  10. Is there a Python equvalent to PHP password_hash ()?

    Jan 2, 2021 · I will never make a living as a programmer. I struggle with everything. As I understand it, when a user logs in, his or her password is not sent in that form, but scrambled and sent. Not sure if …