INNER CODE UNIT · JavaScript
temcrypt
jofpin/temcrypt · temcrypt.js:21
const temcrypt = (() => {
const main = {
core: {
credits: {
AUTHOR: "Jose Pino",
VERSION: "1.0.0"
},
date: {
START: new Date("August 15, 2023 00:00:00"),
CURRENT: new Date(),
LAST_UPDATE: new Date("August 15, 2023")
},
time: {
DIGIT_UPGRADE_YEARS: 1.8, // Increases one digit every 18 months
HOUR_BOOST_PER_MONTH: 6 // Increase 1 hour every 6 months
},
PREFIX_STRING: "\x54\x33\x4D",
SUFFIX_EXTENSION: "\x2e\x74\x72\x79\x70\x74",