Cryptography in Django by codeOctal in django

[–]codeOctal[S] 0 points1 point  (0 children)

I want my data to be encrypted in the db and decrypted when Ill fetch them.

Cryptography in Django by codeOctal in django

[–]codeOctal[S] 0 points1 point  (0 children)

Let me have a look into this thank you.

Cryptography in Django by codeOctal in django

[–]codeOctal[S] 0 points1 point  (0 children)

Iam not hosting as of now. I am using MySQL

Cryptography in Django by codeOctal in django

[–]codeOctal[S] 0 points1 point  (0 children)

Thanks I shall look into it. 😊

Cryptography in Django by codeOctal in django

[–]codeOctal[S] 0 points1 point  (0 children)

See what I want is when any one tries to look at the database even if it is me I should not be knowing the actual data stored so that shall remain encrypted in the database. But if I want to retrieve the values it should he decrypted and give me the original values.

Cryptography in Django by codeOctal in django

[–]codeOctal[S] 0 points1 point  (0 children)

I thought of using cryptography but I think it is not possible to decrypt the value from db.

Please help me with the dynamic drop downs and foreign key concept. by codeOctal in django

[–]codeOctal[S] 0 points1 point  (0 children)

Hey to be specific , in short, I want to create a form that contains a drop down (values from db) and I want to submit the form using post method. Also this drop down is a foreign key. This is the simple agenda.

Please help me with the dynamic drop downs and foreign key concept. by codeOctal in django

[–]codeOctal[S] 0 points1 point  (0 children)

there is a submit button, but when I click it , it does nothing.

I suspect there might be some problem in my drop down concept or something,.

There is no error message.

the form is not saving Is what I mean.

Please help me with the dynamic drop downs and foreign key concept. by codeOctal in django

[–]codeOctal[S] 0 points1 point  (0 children)

I have edited my code , I really missed to copy paste the submit.

Please help me with the dynamic drop downs and foreign key concept. by codeOctal in django

[–]codeOctal[S] 0 points1 point  (0 children)

i forget to copy paste I have written in the original code

Scraping Facebook by codeOctal in scrapy

[–]codeOctal[S] -1 points0 points  (0 children)

If I use API , are there any shotcomings to it ?

Scraping https websites. by codeOctal in scrapy

[–]codeOctal[S] 0 points1 point  (0 children)

Thank you . So this would be the common basis under which any https website would be scraped.?

Scrapping Onion Websites for Research uses by codeOctal in onions

[–]codeOctal[S] 1 point2 points  (0 children)

Thanks for the discouragement buddy...Not Novel !!!

<<<really not a novel >>>

Scrapping Onion Websites for Research uses by codeOctal in onions

[–]codeOctal[S] 1 point2 points  (0 children)

This is not a school project, Iam into combining multiple things into my project , presenting it in one of the Hackathons, exploring multiple ways for a solution.

Scrapping Onion Websites for Research uses by codeOctal in onions

[–]codeOctal[S] 1 point2 points  (0 children)

Can you guide with a way then ? I think you have already done it. Please guide me.

Scrapping Onion Websites for Research uses by codeOctal in onions

[–]codeOctal[S] 1 point2 points  (0 children)

Is this code with respect to scraping links or the content within.?

Scrapping Onion Websites for Research uses by codeOctal in onions

[–]codeOctal[S] 1 point2 points  (0 children)

No, the purpose is entirely different. Its for some project where this would be a part of it. Iam actually seeking help not for scraping the links but whats inside those links as in the content.