Commit graph

7 commits

Author SHA1 Message Date
Corentin Thomasset
05f06f6a07 refactor(dx): generic data transformer 2023-04-10 16:42:06 +02:00
cgoIT
1d7f8b9a8c
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 20:58:27 +02:00
Corentin Thomasset
77b5b0cab5
refactor(validation): simplified validation system 2022-08-03 17:13:33 +02:00
Corentin Thomasset
750a76b00f
refactor(base64-to-file): clean validation to convert base64 to file 2022-08-03 17:13:33 +02:00
Corentin Thomasset
a60f64f744
feat: catch throw on validation 2022-05-09 17:40:29 +02:00
Corentin Thomasset
11d8110226
fix(validation): proper rules 2022-04-11 23:08:50 +02:00
Corentin Thomasset
d55329f3ab
feat(tool): bip39-generator 2022-04-11 22:47:05 +02:00