JSFiddle - React, Tailwind, and code Playground

by David Santiago

JavaScript

var normalLength = 20;
var cipherLength = (normalLength/16 + 1) * 16;

console.log(cipherLength);