summaryrefslogtreecommitdiff
path: root/examples/dictionaries/shakespeare.txt
blob: 28b1cd8d55e99b83caf3eb3b743cc4f948495f82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# This obfuscation dictionary contains quotes from plays by Shakespeare.
# It illustrates that any text can be used, for whatever flippant reasons
# one may have.
# Usage:
#     java -jar proguard.jar ..... -obfuscationdictionary shakespeare.txt
#


"This thing of darkness I acknowledge mine."

  --From The Tempest (V, i, 275-276) 


"Though this be madness, yet there is method in 't."

  --From Hamlet (II, ii, 206)


"What's in a name? That which we call a rose
 By any other word would smell as sweet."

  --From Romeo and Juliet (II, ii, 1-2)