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 Exploratory Research.
ANA has found 47 results for you, in
12182 ms.
Currently showing results 10 to 18.
Didn’t find what you were looking for? Try the Advanced Search!
, C. (1973a, June 08). Sandwich spread . ANA - ESOMAR. Retrieved March 31, 2023, from
https://ana.esomar.org/documents/sandwich-spread-
, C. (1974a, April 03). The Denovo tyre and the female role in decision-making about cars. ANA - ESOMAR. Retrieved March 31, 2023, from
https://ana.esomar.org/documents/the-denovo-tyre-and-the-female-role-in-decision-making-about-cars
, C. (1976a, November 01). Qualitative research on small Easter eggs. ANA - ESOMAR. Retrieved March 31, 2023, from
https://ana.esomar.org/documents/qualitative-research-on-small-easter-eggs
, C. (1973a, March 08). Qualitative research on skin care concepts. ANA - ESOMAR. Retrieved March 31, 2023, from
https://ana.esomar.org/documents/qualitative-research-on-skin-care-concepts
, C. (1973a, June 03). Report on qualitative research on hypotheses on grouping for count lines. ANA - ESOMAR. Retrieved March 31, 2023, from
, C. (1974a, April 11). Exploratory research into the attitudes and behaviour of women with regard to hair removal prepared for Sanitas Ltd.. ANA - ESOMAR. Retrieved March 31, 2023, from
, C. (1974a, November 01). Report on qualitative research on disinfectant wipes. ANA - ESOMAR. Retrieved March 31, 2023, from
https://ana.esomar.org/documents/report-on-qualitative-research-on-disinfectant-wipes
, C. (1975a, December 01). Qualitative research on project Trudeau. ANA - ESOMAR. Retrieved March 31, 2023, from
https://ana.esomar.org/documents/qualitative-research-on-project-trudeau
, C. (1976a, July 01). Research report in the ease of assembly of self-assembly units on behalf of Hygena Limited. ANA - ESOMAR. Retrieved March 31, 2023, from