Skip to content

IgorAlov/crc16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

crc16

Implemenation of the CRC16 CCITT-FALSE function for MySQL / MariaDB and for php

SELECT HEX(CRC16('bashtest'));

result:

hex(CRC16('bashtest'))
33D0

Use https://crccalc.com/ for testing.

About

CRC16 CCITT-FALSE function MySQL / MariaDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages