PS

Czech bank account number
generator and validator

There is a validator on ČNB website. Problem is if you want too find valid account number with some restrictions. Some banks for example allow you to choose your account number. Should you want too use for example your personal ID in the account number you have to find missing numbers manually. So I created this generator to automatize this.

  • You use letters as variables.
  • Same letter will resolve to the same number.
  • Fill the rest with numbers.
  • Do not use too many variables as the complexity goes up quite quickly and will be very slow.