A faster manual cipher is coordinate transposition
You arrange a grid let’s say 6x6 and label each row and column with a random number
Write your message in the grid
Then create a separate grid with the row labels as column labels in ascending order and same for column labels as row labels
Write the character at that coordinate
To decipher do it backwards.
