.SF Extensão de arquivo
Minecraft JAR Signature File
| Desenvolvedor | Mojang |
| Popularidade |
4.1 | 33 Votos |
O que é um arquivo 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.
Mais informações
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.
Como abrir um arquivo 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.
Programas que abrem ou fazem referência a arquivos SF
IRCAM Sound File
| Desenvolvedor | IRCAM |
| Popularidade |
3.5 | 11 Votos |
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.
Mais informações
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.
Como abrir um arquivo 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.
Programas que abrem arquivos SF
APK Digital Signature
| Desenvolvedor | |
| Popularidade |
2.0 | 1 Voto |
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.
Mais informações
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
Como abrir um arquivo 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.