.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.