Skip to content

Instantly share code, notes, and snippets.

@peterafh
peterafh / OpenXmlEncrypter.php
Created April 13, 2024 12:49
OpenXML Office Files Encrypter
<?php
namespace App\Helpers;
/**
* Office Open XML Encrypter
*
* Ported to PHP from xlsx-populate package Encryptor class, written in JavaScript:
* https://github.com/dtjohnson/xlsx-populate/blob/master/lib/Encryptor.js
*