uuid
and password
are needed for uploading Signal stickers.
(Note: If you don't want to do this, you can still upload stickers manually by Signal Desktop)
You can get them easily with Generate
button (In GUI) or --signal-get-auth
(In CLI)
Since v2.7.0, you can get Signal uuid and password from non-beta version of Signal.
- Install Signal Desktop BETA VERSION from https://support.signal.org/hc/en-us/articles/360007318471-Signal-Beta
- Link Signal Desktop with your phone
- Launch Signal Desktop BETA VERSION
- On the top bar, go to
View -> Toggle Developers tools
- Open console
- If you want to copy-paste commands, type
allow pasting
and press enter first uuid
is the output of running:window.SignalDebug.getReduxState().items.uuid_id
password
is the output of running:window.SignalDebug.getReduxState().items.password
- If you want to copy-paste commands, type
- Install Siganl Desktop from https://signal.org/en/download/
- Link Signal Desktop with your phone
- Launch Signal Desktop with the flag
--enable-dev-tools
- On the top bar, go to
View -> Toggle Developers tools
- Open console
- Change the JavaScript context from top to Electron Isolated Context (cf. video below)
- If you want to copy-paste commands, type
allow pasting
and press enter first uuid
is the output of running:window.reduxStore.getState().items.uuid_id
password
is the output of running:window.reduxStore.getState().items.password
context.mp4
Reference