<?php $table = 'user_field_data'; $index = 'a_veeeery_veery_very_super_long_field_name__key'; $data = implode('__', [$table, $index]); echo strtr(base64_encode(hash('sha256', $data, TRUE)), ['+' => '_', '/' => '_', '=' => '']);
You have javascript disabled. You will not be able to edit any code.