sha-1

  1. Hadi57

    Android Question Problem with key certificate.

    I get this error when updating my app after uploading Apk: You uploaded an APK that is not signed with the upload certificate. You must use the same certificate. The upload certificate has fingerprint: SHA1: 75:D1:..... and the certificate used to sign the APK you uploaded has fingerprint: SHA1...
  2. Mrphone

    Android Question Blocked by Play Protect

    hi guys :) When installing the program, I get the error "Blocked by Play Protect" which is from Google Play ... I know this error is related to the signing key, but I use my signing key. Previously, everything was fine until I deleted my key signing key and then every key I made would get an...
  3. Marcus Araujo

    Android Example Solution for: Google Sign In Error 12500 x Internal Testing

    The problem: If anyone is using the Google Play's Internal Testing feature to make your app available for selected users, be aware that Google changes the app and therefore the APK signature - so Firebase-based services that require SHA-1 signature will NOT work properly. In my case, Google...
  4. Alexander Stolte

    Share My Creation Simple Hash Generator

    Hello, this is a simple and little program to generate quick a hash value from a string. MD5,SHA-1,SHA-224,SHA-256,SHA-384 and SHA-512.
  5. Pedro Caldeira

    B4J Question For the Encryptation gurus out there.

    I have a bash script in linux that works correclty, but i wantes to port the code to BJ4. Is it possible to achieve the same in B4J ?? I was thinking of the encrypt and string utils for the base64 encode !? curl --user username:password -H "Content-Type:text/xml" -i -X POST...
Top