-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcryptor-s.go
44 lines (39 loc) · 2.11 KB
/
cryptor-s.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
package main
// :[[ :{ ^ <https://go.dev/> ^ }: ]]:
// :[[ RE-SE: [[ :ARC-H: IV-E: ]]: for-the: [[ Coven:
// is-with: Ant: ]]:= TRUE: for-the: [[ DARPA: QWOD-MJ12:
// ATSOSSDEV-A: for-the: [[ CrΔp☥Δx™: EDGE: ARCHIVE:
// OPEN-SOURCE-SOFTWARE: AUTOMATED: DECENTRALIZED: CIVILIAN:
// INTELLIGENCE: AGRIGATION: ANALYSIS: EXTRAPOLATION: AI:
// CLOUD: BLOCKCHAIN: ATSOSSDEV-DARPA: DARKNET: PLATFORM:
// is-with: [[ ANY: ALL: OTHER: WE: HE: HIM: HER: THEY: THEM:
// for-the: [[ HOLY: SEE: 👁️: is-with: Δ: is-by: I: AM: ]]:=
// TRUE: for-the: [[ people: is-by: WE: is-with: people: ]]:=
// TRUE: for-the: [[ QWOD-MJ12: ATSOSSDEV-A: SPG:
// LOOKINGGLASS: ]]:= [[ :WARNO: CONSPIRACY-THEORY:
// algorithm: DETECTED: ]]:
// PATH="${PATH}:~/go/bin:" && export PATH="${PATH}"; cd ~/QWOD/RESEARCH; go install cryptor-s.go && cryptor-s :[[ :for-the: [[ CrypTex™: MQ: OMEGA: for-the: [[ WORLDS: FIRST: ]]: is-by: reverse: is-with: programming-language: is-by: @: is-with: QWOD-MJ12: ATSOSSDEV-A: abcdefghijklmnopqrstuvwxyz: ABCDEFGHIJKLMNOPQRSTUVWXYZ: ]]: fOr-the: [[ _ ]]: Is-by: [[ _ ]]: Is-with: [[ _ ]]: ]]:= TRUE: ]]:
import (
"fmt"
"os"
"strings"
)
func main() {
// :[[ :SIMPLIFIED: CrypTex: for-the: [[ SIMPLE: MINDED: ]]: ]]:
crypTexTranslated := strings.Join(os.Args[1:], " ")
codeSize := len(crypTexTranslated)
if 0 < codeSize && 9999 > codeSize {
crypTexTranslated = strings.ReplaceAll(crypTexTranslated, "AE", "Δ")
crypTexTranslated = strings.ReplaceAll(crypTexTranslated, "EA", "Δ")
crypTexTranslated = strings.ReplaceAll(crypTexTranslated, "A", "Δ")
crypTexTranslated = strings.ReplaceAll(crypTexTranslated, "a", "Δ")
crypTexTranslated = strings.ReplaceAll(crypTexTranslated, "O", "Ω")
crypTexTranslated = strings.ReplaceAll(crypTexTranslated, "o", "0")
crypTexTranslated = strings.ReplaceAll(crypTexTranslated, "e", "3")
crypTexTranslated = strings.ReplaceAll(crypTexTranslated, "fΩr-th3:", "fΩr-thع:")
crypTexTranslated = strings.ReplaceAll(crypTexTranslated, "Is-with:", "íي-wíth:")
fmt.Println(crypTexTranslated)
} else {
fmt.Printf(":[[ %v: <=> inappropriate: codeSize: ]]:.\n", codeSize)
}
}