it-tools/src/utils
cgoIT a1e983538c
feat(new-tool): generate ula based on timestamp and mac address (#344)
* feat(ipv6-ula-generator): new tool: generate ula based on timestamp and mac address

This new tool generates a random unique ula based on the current timestamp and the provided mac address. An ULA is your "secondary" IPV6-Address only for internal use.
It can also be used as a backup address if your provider gets offline and your Prefix-IPs are not longer valid.Also you can create the most of your internal firewall rules based on your ULAs.

* feat(ipv6-ula-generator): changes requested by review

* Update src/tools/ipv6-ula-generator/index.ts

* Update src/tools/ipv6-ula-generator/ipv6-ula-generator.vue

---------

Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>
2023-04-09 21:05:26 +02:00
..
base64.test.ts refactor(base64): mutualized base64 functions into global utilities 2022-08-04 12:09:32 +02:00
base64.ts refactor(base64): mutualized base64 functions into global utilities 2022-08-04 12:09:32 +02:00
boolean.test.ts fix(deps): added missing optional deps 2022-08-18 10:53:23 +02:00
boolean.ts refactor(validation): simplified validation management with helpers 2022-08-04 21:59:48 +02:00
convert.ts feat(tool): text statistics 2022-04-14 01:06:06 +02:00
defaults.test.ts refactor(base64): mutualized base64 functions into global utilities 2022-08-04 12:09:32 +02:00
defaults.ts feat(new-tool): RSA key pair generator 2023-03-10 18:16:55 +01:00
error.test.ts fix(integer-base-converter): handle non-decimal char and better error message 2022-12-07 21:52:24 +01:00
error.ts fix(integer-base-converter): handle non-decimal char and better error message 2022-12-07 21:52:24 +01:00
macAddress.ts feat(new-tool): generate ula based on timestamp and mac address (#344) 2023-04-09 21:05:26 +02:00
random.ts chore: first commit 2022-03-31 00:33:29 +02:00