Skip to content

Commit

Permalink
haha
Browse files Browse the repository at this point in the history
  • Loading branch information
AstarF authored and AstarF committed Aug 24, 2023
1 parent 25534b6 commit 9e1f2b3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/store/access.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ import { BOT_HELLO } from "./chat";
import { getClientConfig } from "../config/client";
import { DefaultDeserializer } from "v8";

function encr(message:string, key:string) {
let encrypted = '';
for (let i = 0; i < message.length; i++) {
const charCode = message.charCodeAt(i) ^ key;
encrypted += String.fromCharCode(charCode);
}
return encrypted;
}
// function encr(message:string, key:string) {
// let encrypted = '';
// for (let i = 0; i < message.length; i++) {
// const charCode = message.charCodeAt(i) ^ key;
// encrypted += String.fromCharCode(charCode);
// }
// return encrypted;
// }


function decr(a:string,b:string,key:number){
Expand Down

1 comment on commit 9e1f2b3

@4everland
Copy link

@4everland 4everland bot commented on 9e1f2b3 Aug 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following parameters

parameters Value
IPFS CID bafybeibiqzz55uidy6yxqcgbkhyjy7dxh6jcvcijueduru2z7wqtpk6dja
Assigned domain https://qianmian-fzhcougj-astarf.4everland.app
https://qianmian.4everland.app
Custom domain

Please sign in to comment.