Posts by ampf27 • 5 points
4 posts
-
0
votes1
answer38
viewsQ: Exception error Calling
Good morning I’m trying to run the powershell script https://github.com/the-xentropy/xencrypt/blob/master/xencrypt.ps1 and both the script and the file I’m trying to encrypt are on the same board…
powershellasked ampf27 5 -
0
votes0
answers82
viewsQ: Base64 conversion error
Good morning I’m trying to convert a base string 64 $b = ((New-Object System.Net.WebClient).DownloadString("domain/file") $c = [System.Convert]::FromBase64String($b) but give me the error Exception…
powershellasked ampf27 5 -
0
votes1
answer70
viewsQ: Problem running external script
Good afternoon I am learning the basis of building a web page and at this stage the structure of it is <html> <head> <script src="script/download.js"></script> <title>…
-
-2
votes1
answer34
viewsQ: web server creation
Good afternoon I would like to ask for support on how to create a web server on a personal computer and how to make a website accessible to anyone and not just through localhost Thank you…