Generate SHA-1 for Flutter/React-Native/Android-Native app

TERMINAL Go to the project folder in the terminal. Mac keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android Windows keytool -list -v -keystore “\.android\debug.keystore” -alias androiddebugkey -storepass android -keypass android Linux keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android GUI Android Studio. Select android/app/build.gradle file and on the right … Read more

How does the newly found SHA-1 collision affect Git?

Edit, late December 2017: Git version 2.16 is gradually acquiring internal interfaces to allow for different hashes. There is a long way to go yet. The short (but unsatisfying) answer is that the example files are not a problem for Git—but two other (carefully calculated) files could be. I downloaded both of these files, shattered-1.pdf … Read more