Appearance
About BeFoR64
BeFoR64 is a pure Fortran library that encodes and decodes data conforming to the Base64 binary-to-text encoding scheme.
Modern Fortran standards (2003+) introduced better support for string manipulation. BeFoR64 exploits those capabilities to provide an easy-to-use module library for encoding and decoding Fortran types — in their binary internal representation — as ASCII Base64 strings.
Authors
- Stefano Zaghi — @szaghi
Contributions are welcome — see the Contributing page.
Copyrights
BeFoR64 is distributed under a multi-licensing system:
| Use case | License |
|---|---|
| FOSS projects | GPL v3 |
| Closed source / commercial | BSD 2-Clause |
| Closed source / commercial | BSD 3-Clause |
| Closed source / commercial | MIT |