.JKS 파일 확장자
Java Keystore File
| 개발사 | Oracle |
| 인기도 |
3.4 | 67 투표 |
JKS 파일이란 무엇인가요?
A JKS file is an encrypted security file used to store a set of cryptographic keys or certificates in the binary Java KeyStore (JKS) format. It requires a password to be opened.
추가 정보
Developers use JKS files for a variety of security-related purposes. For example, JKS files can be used as part of SSL encryption or to identify the author of an Android app. Because JKS files contain sensitive data, they are encrypted and password-protected.
참고: .KEYSTORE files also use the JKS format to store cryptographic keys and certificates.
JKS 파일을 여는 방법
Provided you know a JKS file's password, you can open it and view its contents using KeyStore Explorer, a multiplatform app that allows users to create, import, export, and save various KeyStore files. Note that you must have the Java Runtime Environment installed in order to use KeyStore Explorer.