1,839 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
43
views
Bitrise build - Flutter app restrict google places api key
So, I have seen many answers to similar questions, but the are mostly old, so I figured I would ask.
My Flutter app is deployed on bitrise. I am querying the Google Places API directly.
First:
I see ...
1
vote
1
answer
310
views
Does expo uses it's own debug keystore for signing debug app or it uses from .android folder?
I am using Expo for developing cross platform application but the seems like expo doesn't use .android folder's debug keystore file for signing apk.
Please Clear it for me .
I tried uploading the ...
0
votes
1
answer
145
views
Correct way to parse X bytes in GoLang
I am misunderstanding bytes and reading them when representing hexadecimal
The example is the following:
I receive a response of the following format:
"795ea8776befc95ea2becd8020c7a284677b4161 ...
0
votes
3
answers
330
views
SHA-1 Hashing brute force
import hashlib
# Prompt the user to enter the target SHA-1 hash
target_hash = input("Enter the target SHA-1 hash: ")
# Path to the dictionary file
dictionary_file = r'C:\Users\johnny\...
0
votes
0
answers
94
views
Javascript - SubtleCrypt - SHA1 Hex
I'm researching ways to validate that a password has been pwned or not. Part of the process is to get the SHA-1 hash of the password (I know - not secure - but this is just a first crude attempt at a ...
2
votes
1
answer
947
views
I can't get the SHA-1 footprint of my .NET MAUI Application
I want to publish my .NET MAUI application on the Play Store. To do this, I need to obtain the SHA-1 certificate fingerprint in order to create the OAuth client ID.
I am using Visual Studio 2022.
When ...
1
vote
1
answer
53
views
Local build fails because the SHA-1 key for Google login is not recognized
When I try to build a project locally in Android Studio, the login fails.
The error that occurs is:_LoginScreenState._onSignInWithGoogle: PlatformException(sign_in_failed, com.google.android.gms....
1
vote
0
answers
173
views
.gradlew signingReport Build Failed
trying to get SHA1 fingerprint certificate , however when im trying to run the .gradlew signingReport ,getting below error
PS C:\Users\tawde\AndroidStudioProjects\Test> ./gradlew signingReport
...
-1
votes
1
answer
72
views
How to create the same sha1 hash in Python3 as Maraidb sha1 hash?
I'm trying to create the same sha1 hash as the sha1 hash generated in Mariadb for equality look ups.
I've tried this:
Python file
import hashlib
columns = ["one", "two", "...
1
vote
0
answers
120
views
Rewrite ASP.NET MembershipProvider SHA1 hashing algorithm in Node.js
As part of a project I'm working on, I need to support a number of SHA1 hashed & salted passwords created by ASP.NET's MembershipProvider. I need to rewrite this in Node.js and despite scouring ...
0
votes
1
answer
46
views
Is SHA-1 mandatory in Firebase for receiving Google Play in-app purchase
From the Firebase help center it seems that the SHA-1 fingerprint is not a mandatory requirement for general use but might be necessary for the use of Dynamic Links, and Auth. However it was required ...
0
votes
0
answers
119
views
Digest calculation for xml enveloped signature in Java
I have to generate Enveloped XML Signature. I have tried using javax.xml.crypto.dsig and org.apache.xml.security, but unfortunately web service does not accept my request due to wrong signature. By ...
1
vote
1
answer
188
views
Using OpenSSL's SHA1 with Apple Silicon in C
I am building a git clone and working on the hash-file command. I am currently trying to compute the SHA1 hash of a known string and have this code and the following issue:
#include <openssl/sha.h&...
2
votes
1
answer
678
views
Add SHA1 to signxml python
I am using the library signxml to sign XML signatures for SAML authentication. One of our implementer partners requires that we send the signature in SHA1. The base configuration of XMLSigner does not ...
0
votes
0
answers
1k
views
Get .jks file from Google Play Console .der file for EAS
I am having issues with the Android side of this new app I am due to release.
I am using EAS to build my app, I already created all the necessary keystore information, and uploaded my .jks file to EAS,...