MCPcopy Create free account
hub / github.com/error311/FileRise / keyFilePath

Method keyFilePath

src/FileRise/Support/CryptoAtRest.php:107–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105 }
106
107 private static function keyFilePath(): string
108 {
109 return rtrim((string)META_DIR, "/\\") . DIRECTORY_SEPARATOR . 'encryption_master.key';
110 }
111
112 public static function getMasterKeyOrNull(): ?string
113 {

Callers 1

getMasterKeyOrNullMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected