NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) NextPVR Enhanced Web Admin (NEWA) v
« Previous 1 … 31 32 33 34 35 … 47 Next »
Security in Enhanced Web Admin

 
  • 0 Vote(s) - 0 Average
Security in Enhanced Web Admin
Deathdefyer2002
Offline

Junior Member

Posts: 2
Threads: 1
Joined: Nov 2007
#1
2007-11-08, 04:57 AM
Hey
I was just wondering how secure the Web Admin is. I know that if you are going to be accessing it from the internet there are inherent risks. What I am wondering is if there is any kind of encryption scheme used to ensure that the login and password isn't flying around the net in plain text. If it is in use, then that would make me feel alot better using it. If it isn't, maybe you could point me in the right direction to implement that. I also noticed that recently a new feature was implemented that allowed multiple guests to log in. I am wondering if that login was also secure? Also, Is their an ability to have different levels of security. My idea was having different logins for different people. The administrator then delegates to each user that they can and can not do.

Thanks so much

Inspiring Web developer/Telecommunications Student
SFX Group
Offline

Senior Member

Posts: 636
Threads: 128
Joined: Dec 2004
#2
2007-11-08, 08:46 AM
Hi

Mine has been live on a website, had many try to had it, NEVER had anything altered so no one has got in....

As long as you have a good username and password, i changed the "auto login" addresses to "none" that way there can be no IP spoofing thing going on.
Many Thanks
Ashley

[SIZE="2"]© Copyright 2015 - www.ashleygriffin.ca[/SIZE]
elite
Offline

Senior Member

Posts: 700
Threads: 26
Joined: Sep 2004
#3
2007-11-08, 08:57 AM
Deathdefyer2002 Wrote:Hey
I was just wondering how secure the Web Admin is. I know that if you are going to be accessing it from the internet there are inherent risks. What I am wondering is if there is any kind of encryption scheme used to ensure that the login and password isn't flying around the net in plain text. If it is in use, then that would make me feel alot better using it. If it isn't, maybe you could point me in the right direction to implement that. I also noticed that recently a new feature was implemented that allowed multiple guests to log in. I am wondering if that login was also secure? Also, Is their an ability to have different levels of security. My idea was having different logins for different people. The administrator then delegates to each user that they can and can not do.

Thanks so much

Inspiring Web developer/Telecommunications Student

I assume the username/password is sent as plain text (as a lot of software does, including those with much more sensitive information - email etc) - I guess if you were to setup Apache CLI maybe you could use SSL??

As SFX Group says I've been running it 24/7 for at least a year without any problems and TBH if someone got past the authentication the worst they could do is delete some recordings or even set Strictly Come Dancing to record :eek:
Alternative music reviews[URL="http://soundblab.com"]
[/URL]
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#4
2007-11-08, 11:03 AM
There is security in the id and password when it is passed accross......to establish your validation credentioals the id and password that are entered are updated with a server based "salt" that is then used to reconvert what was entered whne the data gets to the server.

The "salt" is ever changing therefore it is valid only on your login....if someone else tried to use that info they would fail.
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
Deathdefyer2002
Offline

Junior Member

Posts: 2
Threads: 1
Joined: Nov 2007
#5
2007-11-08, 11:09 PM
Does this "Salt" Reside in my Gbpvr server? or is that an aspect of the data transversing across the internet? Maybe you could just explain salt in a little bit better detail.


Thanks for ALL the help! Smile
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#6
2007-11-09, 01:08 AM
Deathdefyer2002 Wrote:Does this "Salt" Reside in my Gbpvr server? or is that an aspect of the data transversing across the internet? Maybe you could just explain salt in a little bit better detail.
"salt" is used in cryptography. You can find a bit more detail here...

Alex
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#7
2007-11-09, 11:00 AM
Deathdefyer2002 Wrote:Does this "Salt" Reside in my Gbpvr server? or is that an aspect of the data transversing across the internet? Maybe you could just explain salt in a little bit better detail.


Thanks for ALL the help! Smile

Yes...it is generated on the gbpvr server and then the user id and password are encrypted with MD5 cryptography on the client.....then passed to the server......decrypted and salt applied.....result compared to what is in the GBPVR Config and if they match your authentication cookie is created.
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
elite
Offline

Senior Member

Posts: 700
Threads: 26
Joined: Sep 2004
#8
2007-11-15, 08:58 AM
UncleJohnsBand Wrote:Yes...it is generated on the gbpvr server and then the user id and password are encrypted with MD5 cryptography on the client.....then passed to the server......decrypted and salt applied.....result compared to what is in the GBPVR Config and if they match your authentication cookie is created.

I stand corrected re plain text
Alternative music reviews[URL="http://soundblab.com"]
[/URL]
mixedup
Offline

Senior Member

Posts: 254
Threads: 43
Joined: Oct 2005
#9
2007-11-27, 05:49 AM
I have an existing Apache server in my firewall PC. Has anyone tried exposing the GB-PVR web application via an existing apache server? If so I'd be interested in how you did it / what your apache configuration was.
elite
Offline

Senior Member

Posts: 700
Threads: 26
Joined: Sep 2004
#10
2007-11-27, 07:59 AM
mixedup Wrote:I have an existing Apache server in my firewall PC. Has anyone tried exposing the GB-PVR web application via an existing apache server? If so I'd be interested in how you did it / what your apache configuration was.

I did this many releases ago following the instructions here
Alternative music reviews[URL="http://soundblab.com"]
[/URL]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Error with Web Admin? jksmurf 0 2,423 2019-06-20, 10:34 AM
Last Post: jksmurf
  NEWA Web Admin working OK, but have question about modern GUI playback controls tinstaafl 0 2,358 2017-03-19, 10:11 PM
Last Post: tinstaafl
  Multiple Users for Web Admin rowle1jt 5 3,996 2017-01-10, 01:00 AM
Last Post: UncleJohnsBand
  Possible NEWA streaming security issue. JP23 4 1,950 2013-07-13, 03:35 PM
Last Post: UncleJohnsBand
  security issue with iNEWA johnsonx42 26 10,245 2012-08-25, 02:20 AM
Last Post: UncleJohnsBand
  How do I set up web admin so I can access from the www? thawk 4 2,862 2011-07-11, 08:16 PM
Last Post: pcostanza
  Enhanced Web Admin (EWA) Build 83 Released UncleJohnsBand 3 12,017 2011-02-14, 03:47 AM
Last Post: skreien
  Web admin connection failure dennit 15 8,918 2010-05-17, 06:44 AM
Last Post: Caligula
  Enhanced Web Admin (EWA) Build 82 Released UncleJohnsBand 11 5,663 2010-02-23, 02:44 AM
Last Post: UncleJohnsBand
  admin(2).aspx times out medic29 2 2,005 2009-10-12, 01:53 AM
Last Post: medic29

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode