.SF 파일 확장자
Minecraft JAR Signature File
| 개발사 | Mojang |
| 인기도 |
4.1 | 33 투표 |
SF 파일이란 무엇인가요?
An SF file stores a digital signature used by Minecraft to verify the integrity and authenticity of the game's core files. It is named CODESIGN.SF and is located in the META-INF directory inside the Minecraft.jar file. Since Minecraft is written in Java, this type of signature file is part of Java's standard way of signing .JAR (Java Archive) files to prevent tampering.
추가 정보
The CODESIGN.SF file works with a companion .RSA file (named CODESIGN.RSA), which contains the actual cryptographic signature. Together, these files ensure that the archive's contents haven't been changed or corrupted.
If either SF or RSA file is modified or removed, Minecraft may fail to launch or run correctly. Earlier versions of Minecraft used the name MOJANG_C.SF for this file, but it was later renamed to CODESIGN.SF in newer builds.
SF 파일을 여는 방법
SF files are not meant to be opened. Instead, Mojang Minecraft references the SF file to verify that the JAR files it loads have not been tampered.
SF 파일을 열거나 참조하는 프로그램
IRCAM Sound File
| 개발사 | IRCAM |
| 인기도 |
3.5 | 11 투표 |
An SF file is an audio file saved in the IRCAM Sound File format. It stores high-quality digital audio data, supporting multi-channel audio and metadata that describes the sound's format and playback settings. SF files are commonly associated with academic and experimental music environments.
추가 정보
The Institut de Recherche et Coordination Acoustique/Musique (IRCAM), a French music and sound technology research institute, developed the IRCAM format in the 1980s. Users in academic and experimental music environments were the primary users of IRCAM.
For example, composers and researchers use various professional software tools, including Csound, to generate and manipulate audio in the IRCAM SF format. While not widely used in consumer applications, the format remains relevant in specialized audio research and production workflows.
SF 파일을 여는 방법
You can open SF files with several programs, including Csound, Ardour, and Audacity. Ardour and Audacity require the libsndfile library to open the files.
SF 파일을 여는 프로그램
APK Digital Signature
| 개발사 | |
| 인기도 |
2.0 | 1 투표 |
CERT.SF is a digital signature included in an .APK (Android Package) file. It contains a hashed record of the APK file's MANIFEST.MF file. CERT.SF is typically saved alongside files named CERT.RSA and MANIFEST.MF.
추가 정보
When an Android developer creates an APK file, Android Studio (or whatever app the developer used to create their APK file) creates a META-INF directory in that APK file. This directory contains information used to verify the APK file's contents upon installation on a user's device, to confirm the APK file has not been tampered with between creation and installation.
Notably, META-INF includes the following files:
- MANIFEST.MF: Contains an encoded list of all the files included in the APK file
- CERT.SF: Contains encoded copies of MANIFEST.MF and each section of MANIFEST.MF; used as a digital signature for the app
- CERT.RSA: Contains a digital certificate used to verify CERT.SF
SF 파일을 여는 방법
CERT.SF is not meant to be opened. Upon app installation, Android references an app's CERT.SF file to confirm the app's contents have not been modified.