- Aarhus (Denmark)
Pinned Loading
-
mobilenumbers
mobilenumbers PublicAn international mobile numbers validator library for PHP 7.1+
PHP 1
-
-
Laravel AES-256-CBC decryption imple...
Laravel AES-256-CBC decryption implemented directly on MYSQL 1-- Direct SELECT version
2SELECT
3FROM_BASE64(JSON_UNQUOTE(JSON_EXTRACT(CONVERT(FROM_BASE64(email) USING utf8), '$.iv'))) AS iv,
4JSON_UNQUOTE(JSON_EXTRACT(CONVERT(FROM_BASE64(email) USING utf8), '$.value')) AS value,
5FROM_BASE64('mysecretkey') AS pkey,
-
UUID7 generation function for MariaDB
UUID7 generation function for MariaDB 1DELIMITER $$
2CREATE DEFINER = CURRENT_USER FUNCTION `uuidv7` () RETURNS UUID LANGUAGE SQL NOT DETERMINISTIC NO SQL SQL SECURITY DEFINER
3COMMENT 'Generate a UUID7 according to https://www.ietf.org/archive/id/draft-peabody-dispatch-new-uuid-format-04.html#variant_and_version_fields'
4BEGIN
5-- Obtain date with 4 milliseconds precision
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.