function encrypt($plaintext ) { // hash the key to a fixed length $hashed_key = hash('sha256', 'kDLTzj2QGCenCXW8s44h4ddDjeJiuSP2', true); // pad the plaintext with whitespace to be a multiple of 16 bytes $padded_plaintext = str_pad($plaintext, strlen($plaintext) + 16 - strlen($plaintext) % 16); // encrypt the padded plaintext with the hashed key $iv = openssl_random_pseudo_bytes(16); $ciphertext = openssl_encrypt($padded_plaintext, 'AES-256-CBC', $hashed_key, OPENSSL_RAW_DATA, $iv); $ciphertext = base64_encode($iv . $ciphertext); return $ciphertext; } function decrypt($ciphertext) { // hash the key to a fixed length $hashed_key = hash('sha256', 'kDLTzj2QGCenCXW8s44h4ddDjeJiuSP2', true); // decrypt the ciphertext with the hashed key $ciphertext = base64_decode($ciphertext); $iv = substr($ciphertext, 0, 16); $ciphertext = substr($ciphertext, 16); $padded_plaintext = openssl_decrypt($ciphertext, 'AES-256-CBC', $hashed_key, OPENSSL_RAW_DATA, $iv); $plaintext = rtrim($padded_plaintext, "\0"); return $plaintext; } ?>
The results has been filter on Tags containing Brand Research.
ANA has found 523 results for you, in
13332 ms.
Currently showing results 1 to 9.
Didn’t find what you were looking for? Try the Advanced Search!
, C. (1973a, January 22). Nescafé packaging research in Ireland for Nestle's Ltd.. ANA - ESOMAR. Retrieved March 31, 2023, from
https://ana.esomar.org/documents/nescaf-packaging-research-in-ireland-for-nestle-s-ltd-
, C. (1973a, June 01). Disney foods. ANA - ESOMAR. Retrieved March 31, 2023, from
https://ana.esomar.org/documents/disney-foods
, C. (1973a, July 01). Existing brands and new propositions . ANA - ESOMAR. Retrieved March 31, 2023, from
https://ana.esomar.org/documents/existing-brands-and-new-propositions-
, A. (2003a, November 01). Revue Française du Marketing (Novembre 2003). ANA - ESOMAR. Retrieved March 31, 2023, from
https://ana.esomar.org/documents/revue-fran-aise-du-marketing-novembre-2003-
Findlay, K. (2021a, October 25). The Evolution of Market Research into 'Brandtech'. ANA - ESOMAR. Retrieved March 31, 2023, from
https://ana.esomar.org/documents/the-evolution-of-market-research-into-brandtech--11784
Bosio and Filomarino (1996a, June 15). Quality service. ANA - ESOMAR. Retrieved March 31, 2023, from
https://ana.esomar.org/documents/quality-service
Fournis, Y. (1967a, August 01). What are the problems facing business firms?. ANA - ESOMAR. Retrieved March 31, 2023, from
https://ana.esomar.org/documents/what-are-the-problems-facing-business-firms-
Alves and Aquino (2002a, May 12). Brand loyalty among mobile phone users. ANA - ESOMAR. Retrieved March 31, 2023, from
https://ana.esomar.org/documents/brand-loyalty-among-mobile-phone-users
Quatresooz, J. (1968a, November 01). Comment on A.S.C. Ehrenberg's paper. ANA - ESOMAR. Retrieved March 31, 2023, from
https://ana.esomar.org/documents/comment-on-a-s-c-ehrenberg-s-paper