This commit is contained in:
Peter Maquiran
2021-08-19 18:56:08 +01:00
parent 31b00b5874
commit a0a63383c6
3 changed files with 31 additions and 5 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ export class LocalstoreService {
export const localstoreService = new LocalstoreService()
// console.log( AES.encrypt( 'peter', 'v14-dba29fd8bdbf24ffe4840b0f778f70f6a163d424').toString())
console.log( AES.encrypt( 'pode ser qualquer', 'ayrton').toString() )
// // Create WebSocket connection.
// const socket = new WebSocket('ws://localhost:8080');
@@ -1,5 +1,4 @@
import { Injectable } from '@angular/core'
import { Publication } from 'src/app/models/publication'
import { localstoreService } from './localstore.service'
import { SHA1 } from 'crypto-js'