.KEYSTORE 파일 확장자
Java Keystore File
| 개발사 | N/A |
| 인기도 |
3.2 | 21 투표 |
KEYSTORE 파일이란 무엇인가요?
Security file commonly used by (IDEs), such as Eclipse and Unity, to verify application developers; stores a set of cryptographic keys or certificates in the binary Java Key Store (JKS) format.
추가 정보
A KEYSTORE file is used for several security purposes. It can be used to identify the author of an Android app during a build and when publishing to Google Play or in SSL encryption.
Since a KEYSTORE file contains valuable data, the file is encrypted and protected by a password to secure the file from unauthorized parties. There is no way to retrieve your KEYSTORE file if you lose it, so be sure to back it up.
참고: The KEYSTORE extension is similar to the .JKS extension.