###### tags: `Flutter` `keytool` # Keytool helpful commands * keytool -list -v -alias androiddebugkey -keystore c:\users\FlutterDev\\.android\debug.keystore > Show the values from the key androiddebugkey > the default password is **android** * keytool -list -v -keystore c:\users\FlutterDev\\.android\debug.keystore > List all keys stored > the default password is **android** * keytool -genkey -v -keystore c:\Users\FlutterDev\key.jks -storetype JKS -keyalg RSA -keysize 2048 -validity 10000 -alias key > Generate a new key
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up