Currently it requests 5 random words from dictionary using backend controller. We should download full dictionary to frontend and choose 5 words on frontend (in client's browser). This approach is more secure, because it is not vulnerable to sniffing attack.
Also, check that user is able to remember the phrase at least just after creation.
Currently it requests 5 random words from dictionary using backend controller. We should download full dictionary to frontend and choose 5 words on frontend (in client's browser). This approach is more secure, because it is not vulnerable to sniffing attack. Also, check that user is able to remember the phrase at least just after creation.