93 |
94 |
97 |
98 | setXorKey(e.target.value)} value={xorKey} placeholder="key should be alphabet or numeric" >
100 |
101 |
103 |
104 |
105 | {
106 | plainText && xorKey ?
107 |
109 | :
110 |
111 | }
112 |
113 |
114 | {
115 | finalLink ?
116 |
117 |
122 |
123 |
125 |
126 |
127 | : null
128 | }
129 |
130 |