JSFiddle - React, Tailwind, and code Playground
JavaScript
var normalLength = 20;
var cipherLength = (normalLength/16 + 1) * 16;
console.log(cipherLength);
var normalLength = 20;
var cipherLength = (normalLength/16 + 1) * 16;
console.log(cipherLength);