Community Patterns

Community Library Entry

1

Regular Expression
Created·2024-10-28 15:37
Flavor·PCRE2 (PHP)

/
(?:(\w)(?=(?:(?:[^~]+)~)*(?:\1=(\d{96}))))|~[^\n]+
/
gm
Open regex in editor

Description

96 Bit encryption by using a library. Possible to extend this beyond 96 if you have the time! Look at my other post to see how to decrypt. Based on using a library of values.

Submitted by Dave Cummins