Похожие чаты

Hola! i was creating a link shortening website, i would

like to know if the random characters after the domain name requires cryptographic generation, i mean does it require super security!???

6 ответов

7 просмотров

nope? it's a simple random string and must be unique

Generation Z-Aloyce Daniel Автор вопроса
Samuel
nope? it's a simple random string and must be uniq...

How to make the random characters which are unique inside the data base, i mean how to check the uniqueness of a generated characters before inserting into a mysql data base

Generation Z Aloyce Daniel
How to make the random characters which are unique...

with a recursive funciton: generate the string > check if exists if exists restart from generating the string if doesn't exists take and save it

Generation Z-Aloyce Daniel Автор вопроса
Samuel
with a recursive funciton: generate the string > ...

which loop can be used, while loop or for loop, which one is tye simplest and saves time!?

Generation Z Aloyce Daniel
which loop can be used, while loop or for loop, wh...

something like genString() { $str = randomstring; if (exists) return genString(); return $str; }

Generation Z-Aloyce Daniel Автор вопроса

Похожие вопросы

Обсуждают сегодня

Hey guys, did you see the new announcement about $Fun? 🔥
Filip Murphy
55
А чем вам питонисты не угодили?😂
.
79
Язык Си можно выучить за день? По книжке ANSI C на 230 страниц
Vincent Vegan
29
Привет, запускаю werf в dind в k8s, получаю ошибку на этапе build/beforeSetup: /.werf/stapel/embedded/bin/bash: /.werf/scripts/5898bdfe5214357d3706b879cc8d3d78460fb379607cbd...
florius0
7
пацаны, как-нибудь можно панель задач заблюрить, что она была похожа на kde или винду 7, 11?
В
16
Всем привет, написал код ниже, но он выдает сегфолт, в чем причина? #include <stdio.h> #include <stdlib.h> #include <string.h> struct product { char *name; float price; };...
buzz базз
75
Dim Dim, [02.07.2024 11:07] DB 0x62 Dim Dim, [02.07.2024 11:07] DB 0x66 Dim Dim, [02.07.2024 11:07] кто пояснит что это?
Dim Dim
14
So total 101m burned Today?
Simu
18
Ошибка: segmentation fault (core dumped) Код: pastebin.com/BEsNNSSV Сообщение от компилятора: отсутствует ОС: Arch Linux Ядро: x86_64 Linux 6.9.7-arch1-1 Процессор: Intel Cele...
sec
4
Hi, I can't understand promises in JavaScript and what we should use them for (maybe the teacher didn't teach well XD). Do you have a solution for this? And are promises used...
A
29
Карта сайта