No description
2025-03-13 23:36:02 +01:00
.gitattributes Initial commit 2024-07-11 16:16:08 +02:00
definition.md Update definition.md 2024-07-15 21:12:43 +02:00
encode.php Update encode.php 2024-07-15 20:33:39 +02:00
example.mayf Add Versioning and example file to repo 2024-07-15 20:13:23 +02:00
example.py example.py 2025-03-13 23:36:02 +01:00
readme.md Update readme.md 2024-07-15 21:24:29 +02:00

Name and Description:

Name: application.mayfile
Description: A binary file format for storing data with a simple defined structure.

File Extension(s):

  • .mayf
  • .MAYFLOWERFILEFORMAT

Media Type and Subtype:

Type: application
Subtype: mayfile

Contact Information:

Name: Azalea Gardenia
Email: bestie@mayf.pink

Author/Change Controller:

Name: Jill Monoids
Email: oat@oat.zone

Intended Usage:

Used for storing structured data in a simple binary format.

Magic Numbers:

Magic Number: 4D 41 59 46 (ASCII "MAYF")

Security Considerations:

  • Does not contain executable content.
  • External mechanisms (e.g., SSL/TLS) recommended for privacy and integrity.

Interoperability Considerations:

  • Provides a PHP class as an example for an Implementation or to be used as a writer/reader
  • Little Endian Byte Order