CRC Calculator
iOS Universel / Utilitaires
CRC Calculator generates cyclic redundancy check byte(s) using the remainder from a polynomial division on the input data. The supported generated check byte(s) are 8, 16, 32 & 64. Data can be manually entered in hexadecimal format or can be sourced from a file that is uploaded through the integrated document explorer. CRC check values can be generated in a normal (most significant bit first) or reversed (least significant bit first) format. This is an essential tool for any developer or software engineer.
Quoi de neuf dans la dernière version ?
1) Rewrite application to use Auto Layout to give more optimised UI layout for specific device constraints
2) Rewrite custom hex keyboard to now include system like delete and backspace button functionality
3) Fixed possible bug when reflecting the output result
4) Changed iOS minimum deployment target from 14.0 to 17.6