Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
PCRE2 (PHP >=7.3)

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

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 - 15 days ago